Click or drag to resize

InjectiveMappingTLeft, TRight Constructor

Constructor.

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

Parameters

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