Click or drag to resize

InjectiveMappingTLeft, TRight Structure

A single injective mapping.

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

Type Parameters

TLeft
The type for left value.
TRight
The type for right value.

The InjectiveMappingTLeft, TRight type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLeft
The left value in the mapping.
Public propertyRight
The right value in the mapping.
Top
See Also