Click or drag to resize

VectorMathCreateEquidistantSequencyByStartAtOffsetStepLength Method

Overload List
 NameDescription
Public methodStatic memberCreateEquidistantSequencyByStartAtOffsetStepLength(Double, Int32, Double, Int32) Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector consumes memory only for the three variables, independent of its length.
Public methodStatic memberCreateEquidistantSequencyByStartAtOffsetStepLength(Int16, Int32, Int16, Int32) Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector consumes memory only for the three variables, independent of its length.
Public methodStatic memberCreateEquidistantSequencyByStartAtOffsetStepLength(Int32, Int32, Int32, Int32) Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector consumes memory only for the three variables, independent of its length.
Public methodStatic memberCreateEquidistantSequencyByStartAtOffsetStepLength(SByte, Int32, SByte, Int32) Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector consumes memory only for the three variables, independent of its length.
Public methodStatic memberCreateEquidistantSequencyByStartAtOffsetStepLength(Single, Int32, Single, Int32) Creates a read-only vector with equidistant elements from start - startOffset*step to start + (length - 1 -startOffset)*step. The created vector consumes memory only for the three variables, independent of its length.
Top
See Also