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