InjectiveMapTLeft, TRightMapRightLeft(TRight) Method |
Accessor for the left value mapped to the specified right value.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic TLeft MapRightLeft(
TRight right
)
Parameters
- right TRight
- The right value for which to obtain the corresponding left value.
Return Value
TLeftThe left value that is mapped to the specified right value.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Throws if an injective mapping does not exist for the specified right value. |
See Also