Vector<T>.CastInto<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.0
C#
public virtual Vector<U> CastInto<U>(
	Vector<U>? result
)

Parameters

result  Vector<U>
 

Type Parameters

U
The type the elements should be cast to.

Return Value

Vector<U>

See Also