Windows apps
Collapse the table of content
Expand the table of content

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
Public operator Static member Explicit(Vector<T> to Vector<Double>) Reinterprets the bits of the specified vector into a vector of type Double.
Public operator Static member Explicit(Vector<T> to Vector<SByte>) Reinterprets the bits of the specified vector into a vector of type SByte.
Public operator Static member Explicit(Vector<T> to Vector<Single>) Reinterprets the bits of the specified vector into a vector of type Single.
Public operator Static member Explicit(Vector<T> to Vector<Int16>) Reinterprets the bits of the specified vector into a vector of type Int16.
Public operator Static member Explicit(Vector<T> to Vector<UInt16>) Reinterprets the bits of the specified vector into a vector of type UInt16.
Public operator Static member Explicit(Vector<T> to Vector<Byte>) Reinterprets the bits of the specified vector into a vector of type Byte.
Public operator Static member Explicit(Vector<T> to Vector<UInt32>) Reinterprets the bits of the specified vector into a vector of type UInt32.
Public operator Static member Explicit(Vector<T> to Vector<Int64>) Reinterprets the bits of the specified vector into a vector of type Int64.
Public operator Static member Explicit(Vector<T> to Vector<UInt64>) Reinterprets the bits of the specified vector into a vector of type UInt64.
Public operator Static member Explicit(Vector<T> to Vector<Int32>) Reinterprets the bits of the specified vector into a vector of type Int32.
Top
Show:
© 2017 Microsoft