Vector2NTNumeric Structure

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
[SerializableAttribute]
public readonly struct Vector2N<TNumeric> : IEquatable<Vector2N<TNumeric>>, 
	IFormattable, IProvider<IBinaryIO<Vector2N<TNumeric>>>, IProvider<IVariantRandom<Vector2N<TNumeric>>>, 
	ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
Inheritance
Object    ValueType    Vector2NTNumeric
Implements
IProviderIBinaryIOVector2NTNumeric, IProviderIVariantRandomVector2NTNumeric, IEquatableVector2NTNumeric, IFormattable, ISerializable

Type Parameters

TNumeric

Constructors

Vector2NTNumericInitializes a new instance of the Vector2NTNumeric class

Methods

Operators

Fields

X 
Y 

Extension Methods

Explicit Interface Implementations

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

See Also