Vector<T>.CastInto<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#
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