UnitNTNumeric Structure

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
[SerializableAttribute]
public readonly struct UnitN<TNumeric> : IComparable, 
	IComparable<UnitN<TNumeric>>, IEquatable<UnitN<TNumeric>>, 
	IFormattable, IProvider<IBinaryIO<UnitN<TNumeric>>>, IProvider<IVariantRandom<UnitN<TNumeric>>>, 
	ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
Inheritance
Object    ValueType    UnitNTNumeric
Implements
IProviderIBinaryIOUnitNTNumeric, IProviderIVariantRandomUnitNTNumeric, IComparable, IComparableUnitNTNumeric, IEquatableUnitNTNumeric, IFormattable, ISerializable

Type Parameters

TNumeric

Constructors

UnitNTNumericInitializes a new instance of the UnitNTNumeric class

Properties

Methods

Operators

Explicit Interface Implementations

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

See Also