Vector<T>.Cast Into<U> Method
Casts the elements of the vector to the specified type.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual Vector<U> CastInto<U>(
Vector<U> result
)
Parameters
- result Vector<U>
Type Parameters
- U
- The type the elements should be cast to.