Gets the buffer size.

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

Syntax

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

See Also