Gets the current double in the collection.

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

Syntax

C#
double Current { get; }
Visual Basic (Declaration)
ReadOnly Property Current As Double
Visual C++
property double Current {
	double get ();
}

See Also