Click or drag to resize

InjectiveMapTLeft, TRightTryMapRightLeft Method

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

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public bool TryMapRightLeft(
	TRight right,
	out TLeft left
)

Parameters

right
Type: TRight
The right value for which to obtain the corresponding left value.
left
Type: TLeft
The left value that is mapped to the specified right value.

Return Value

Type: Boolean
True if a mapping was found, false otherwise.
See Also