Click or drag to resize

VectorMathToVector Method

Overload List
 NameDescription
Public Extension MethodToVector(Double) Wraps an array to get an [!:IVector<double>]
Public Extension MethodToVector(Int16) Wraps an array to get an IVectorT
Public Extension MethodToVector(Int32) Wraps an array to get an IVectorT
Public Extension MethodToVector(SByte) Wraps an array to get an IVectorT
Public Extension MethodToVector(Single) Wraps an array to get an [!:IVector<float>]
Public methodStatic memberToVector(Double, Int32) Wraps an array to get an [!:IVector<double>].
Public methodStatic memberToVector(Int16, Int32) Wraps an array to get an IVectorT.
Public methodStatic memberToVector(Int32, Int32) Wraps an array to get an IVectorT.
Public methodStatic memberToVector(SByte, Int32) Wraps an array to get an IVectorT.
Public methodStatic memberToVector(Single, Int32) Wraps an array to get an [!:IVector<float>].
Public Extension MethodToVector(Double, Int32, Int32) Wraps a section of an array to get a [!:IVector<double>].
Public Extension MethodToVector(Int16, Int32, Int32) Wraps a section of an array to get a IVectorT.
Public Extension MethodToVector(Int32, Int32, Int32) Wraps a section of an array to get a IVectorT.
Public Extension MethodToVector(IVectorDouble, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToVector(IVectorInt16, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToVector(IVectorInt32, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToVector(IVectorSByte, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToVector(IVectorSingle, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToVector(SByte, Int32, Int32) Wraps a section of an array to get a IVectorT.
Public Extension MethodToVector(Single, Int32, Int32) Wraps a section of an array to get a [!:IVector<float>].
Top
See Also