Click or drag to resize

VectorMathToRODoubleVector Method

Overload List
 NameDescription
Public Extension MethodToRODoubleVector(Double) Wraps a double[] array to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Int16) Wraps a Int16[] array to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Int32) Wraps a Int32[] array to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(SByte) Wraps a SByte[] array to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Single) Wraps a float[] array to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Double, Int32) Wraps a double[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Int16, Int32) Wraps a Int16[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Int32, Int32) Wraps a Int32[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(SByte, Int32) Wraps a SByte[] array till a given length to get an IReadOnlyListT.
Public Extension MethodToRODoubleVector(Single, Int32) Wraps a float[] array till a given length to get an IReadOnlyListT.
Top
See Also