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