Click or drag to resize

VectorMathToROVector Method

Overload List
 NameDescription
Public Extension MethodToROVector(Double) Wraps a double[] array to get an [!:IReadOnlyList<double>].
Public Extension MethodToROVector(Int16) Wraps a Int16[] array to get an IReadOnlyListT.
Public Extension MethodToROVector(Int32) Wraps a Int32[] array to get an IReadOnlyListT.
Public Extension MethodToROVector(SByte) Wraps a SByte[] array to get an IReadOnlyListT.
Public Extension MethodToROVector(Single) Wraps a float[] array to get an [!:IReadOnlyList<float>].
Public Extension MethodToROVector(Double, Int32) Wraps a double[] array till a given length to get an [!:IReadOnlyList<double>].
Public Extension MethodToROVector(Int16, Int32) Wraps a Int16[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToROVector(Int32, Int32) Wraps a Int32[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToROVector(SByte, Int32) Wraps a SByte[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToROVector(Single, Int32) Wraps a float[] array till a given length to get an [!:IReadOnlyList<float>].
Public Extension MethodToROVector(Double, Int32, Int32) Wraps an array to an [!:IReadOnlyList<double>]. Start and length of the used section of the array are specified in the parameters.
Public Extension MethodToROVector(Int16, Int32, Int32) Wraps an array to an IReadOnlyListT. Start and length of the used section of the array are specified in the parameters.
Public Extension MethodToROVector(Int32, Int32, Int32) Wraps an array to an IReadOnlyListT. Start and length of the used section of the array are specified in the parameters.
Public Extension MethodToROVector(IReadOnlyListDouble, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToROVector(IReadOnlyListInt16, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToROVector(IReadOnlyListInt32, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToROVector(IReadOnlyListSByte, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToROVector(IReadOnlyListSingle, Int32, Int32) Wraps a section of an original vector into a new vector.
Public Extension MethodToROVector(SByte, Int32, Int32) Wraps an array to an IReadOnlyListT. Start and length of the used section of the array are specified in the parameters.
Public Extension MethodToROVector(Single, Int32, Int32) Wraps an array to an [!:IReadOnlyList<float>]. Start and length of the used section of the array are specified in the parameters.
Top
See Also