InjectiveMapTLeft, TRightMapRightLeft(TRight, TLeft) Method |
Specifies an injective mapping between right and
left.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic void MapRightLeft(
TRight right,
TLeft left
)
Parameters
- right TRight
- The right value to be mapped to the left value.
- left TLeft
- The left value to be mapped to the right value.
Remarks
Does nothing if a mapping already exists for either the
right or
left values. The only difference between this method and
MapLeftRight(TLeft, TRight) is the order in which the arguments are
passed.
See Also