[SerializableAttribute]
public readonly struct Vector3N<TNumeric> : IEquatable<Vector3N<TNumeric>>,
IFormattable, IProvider<IBinaryIO<Vector3N<TNumeric>>>, IProvider<IVariantRandom<Vector3N<TNumeric>>>,
ISerializable
where TNumeric : struct, new(), INumeric<TNumeric>
<SerializableAttribute>
Public Structure Vector3N(Of TNumeric As {Structure, New, INumeric(Of TNumeric)})
Implements IEquatable(Of Vector3N(Of TNumeric)),
IFormattable, IProvider(Of IBinaryIO(Of Vector3N(Of TNumeric))),
IProvider(Of IVariantRandom(Of Vector3N(Of TNumeric))),
ISerializable
[SerializableAttribute]
generic<typename TNumeric>
where TNumeric : value class, gcnew(), INumeric<TNumeric>
public value class Vector3N : IEquatable<Vector3N<TNumeric>>,
IFormattable, IProvider<IBinaryIO<Vector3N<TNumeric>>^>, IProvider<IVariantRandom<Vector3N<TNumeric>>^>,
ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type Vector3N<'TNumeric when 'TNumeric : struct, new() and INumeric<'TNumeric>> =
struct
inherit ValueType
interface IEquatable<Vector3N<'TNumeric>>
interface IFormattable
interface IProvider<IBinaryIO<Vector3N<'TNumeric>>>
interface IProvider<IVariantRandom<Vector3N<'TNumeric>>>
interface ISerializable
end
Vector3NTNumeric | Initializes a new instance of the Vector3NTNumeric class |
Equals(Object) | (Overrides ValueTypeEquals(Object)) |
Equals(Vector3NTNumeric) | |
GetHashCode | (Overrides ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Length | |
LengthSquared | |
ToString | (Overrides ValueTypeToString) |
ToString(String) | |
ToString(String, IFormatProvider) |
IProviderIBinaryIOVector3NTNumericGetInstance | Returns an instance of T. |
IProviderIVariantRandomVector3NTNumericGetInstance | Returns an instance of T. |
ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |