InjectiveMapTLeft, TRightRemoveLeftRight(TLeft) Method |
Removes the injective mapping between the specified left value and
the corresponding right value.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic bool RemoveLeftRight(
TLeft left
)
Parameters
- left TLeft
- The left value.
Return Value
BooleanTrue if an injective mapping was found and removed, false otherwise.
See Also