InjectiveMapTLeft, TRightContainsLeftRight Method |
Determines whether an injective mapping exists between the specified
left and right values.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic bool ContainsLeftRight(
TLeft left,
TRight right
)
Parameters
- left TLeft
- The left value.
- right TRight
- The right value.
Return Value
BooleanTrue if an injective mapping exists between the specified left and right values, false otherwise.
Remarks
See Also