Click or drag to resize

InjectiveMapTLeft, TRightContainsLeft Method

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

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public bool ContainsLeft(
	TLeft left
)

Parameters

left  TLeft
The left value.

Return Value

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