Click or drag to resize

InjectiveMappingTLeft, TRight Constructor

Constructor.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public InjectiveMapping(
	TLeft left,
	TRight right
)

Parameters

left  TLeft
The left value for the mapping.
right  TRight
The right value for the mapping.
See Also