Click or drag to resize

InjectiveMapTLeft, TRightRemoveRightLeft(TRight) Method

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: 19.00.00
Syntax
C#
public bool RemoveRightLeft(
	TRight right
)

Parameters

right  TRight
The right value.

Return Value

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