AngleNTNumeric Structure

Definition

Namespace: Jodosoft.Geometry
Assembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
[SerializableAttribute]
public readonly struct AngleN<TNumeric> : IComparable, 
	IComparable<AngleN<TNumeric>>, IEquatable<AngleN<TNumeric>>, 
	IFormattable, IProvider<IBinaryIO<AngleN<TNumeric>>>, IProvider<IVariantRandom<AngleN<TNumeric>>>, 
	ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
Inheritance
Object    ValueType    AngleNTNumeric
Implements
IProviderIBinaryIOAngleNTNumeric, IProviderIVariantRandomAngleNTNumeric, IComparable, IComparableAngleNTNumeric, IEquatableAngleNTNumeric, IFormattable, ISerializable

Type Parameters

TNumeric

Constructors

AngleNTNumericInitializes a new instance of the AngleNTNumeric class

Methods

Operators

Fields

Extension Methods

Explicit Interface Implementations

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

See Also