Click or drag to resize

InjectiveMapTLeft, TRightRemoveLeftRight Method (TLeft)

Removes the injective mapping between the specified left value and the corresponding right value.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public bool RemoveLeftRight(
	TLeft left
)

Parameters

left
Type: TLeft
The left value.

Return Value

Type: Boolean
True if an injective mapping was found and removed, false otherwise.
See Also