The current offset into the array referenced by this data block.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int Offset { get; }
Visual Basic (Declaration)
Public ReadOnly Property Offset As Integer
Visual C++
public:
property int Offset {
	int get ();
}

See Also