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