Casts the elements of the vector to the specified type.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual Vector<U> CastInto<U>(
Vector<U> result
)
Public Overridable Function CastInto(Of U) (
result As Vector(Of U)
) As Vector(Of U)
public:
generic<typename U>
virtual Vector<U>^ CastInto(
Vector<U>^ result
)
abstract CastInto :
result : Vector<'U> -> Vector<'U>
override CastInto :
result : Vector<'U> -> Vector<'U>
Parameters
- result
- Type: Extreme.MathematicsVectorU
Type Parameters
- U
- The type the elements should be cast to.
Return Value
Type:
VectorU
Numerical Libraries
Supported in: 6.0
Reference