 | DoubleVectorStride Property |
Gets the step between successive elements in the data that this vector is viewing.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int Stride { get; }
Public ReadOnly Property Stride As Integer
Get
public:
property int Stride {
int get ();
}
member Stride : int with get
Property Value
Int32
See Also