Click or drag to resize

InjectiveMapTLeft, TRightMapLeftRight Method (TLeft)

Accessor for the right value mapped to the specified left value.

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

Parameters

left
Type: TLeft
The left value for which to obtain the corresponding right value.

Return Value

Type: TRight
The right value that is mapped to the specified left value.
Exceptions
ExceptionCondition
ArgumentExceptionThrows if an injective mapping does not exist for the specified left value.
See Also