TriangleNTNumeric Structure

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
[SerializableAttribute]
public readonly struct TriangleN<TNumeric> : IEquatable<TriangleN<TNumeric>>, 
	IFormattable, IProvider<IBinaryIO<TriangleN<TNumeric>>>, IProvider<IVariantRandom<TriangleN<TNumeric>>>, 
	ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
Inheritance
Object    ValueType    TriangleNTNumeric
Implements
IProviderIBinaryIOTriangleNTNumeric, IProviderIVariantRandomTriangleNTNumeric, IEquatableTriangleNTNumeric, IFormattable, ISerializable

Type Parameters

TNumeric

Constructors

TriangleNTNumericInitializes a new instance of the TriangleNTNumeric class

Methods

Operators

Fields

A 
B 
C 

Explicit Interface Implementations

IProviderIBinaryIOTriangleNTNumericGetInstance Returns an instance of T.
IProviderIVariantRandomTriangleNTNumericGetInstance Returns an instance of T.
ISerializableGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.

See Also