Vector<T> Explicit Conversion Operators
Reinterprets the bits of a specified vector into those of another type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Explicit(Vector<T> to Vector<Double>) | Reinterprets the bits of the specified vector into a vector of type Double. |
|
Explicit(Vector<T> to Vector<SByte>) | Reinterprets the bits of the specified vector into a vector of type SByte. |
|
Explicit(Vector<T> to Vector<Single>) | Reinterprets the bits of the specified vector into a vector of type Single. |
|
Explicit(Vector<T> to Vector<Int16>) | Reinterprets the bits of the specified vector into a vector of type Int16. |
|
Explicit(Vector<T> to Vector<UInt16>) | Reinterprets the bits of the specified vector into a vector of type UInt16. |
|
Explicit(Vector<T> to Vector<Byte>) | Reinterprets the bits of the specified vector into a vector of type Byte. |
|
Explicit(Vector<T> to Vector<UInt32>) | Reinterprets the bits of the specified vector into a vector of type UInt32. |
|
Explicit(Vector<T> to Vector<Int64>) | Reinterprets the bits of the specified vector into a vector of type Int64. |
|
Explicit(Vector<T> to Vector<UInt64>) | Reinterprets the bits of the specified vector into a vector of type UInt64. |
|
Explicit(Vector<T> to Vector<Int32>) | Reinterprets the bits of the specified vector into a vector of type Int32. |
Show: