InjectiveMapTLeft, TRightRemoveRightLeft Method (TRight) |
Removes the injective mapping between the specified right value and
the corresponding left value.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic bool RemoveRightLeft(
TRight right
)
Parameters
- right
- Type: TRight
The right value.
Return Value
Type:
BooleanTrue if an injective mapping was found and removed, false otherwise.
See Also