Click or drag to resize

InjectiveMapTLeft, TRightContainsRight Method

Determines whether an injective mapping exists between the specified right value and some left value.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public bool ContainsRight(
	TRight right
)

Parameters

right
Type: TRight
The right value.

Return Value

Type: Boolean
True if an injective mapping exists between the specified right value and some other left value, false otherwise.
See Also