The value of the element.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double Value { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Value As Double
Visual C++
public:
virtual property double Value {
	double get ();
}

Field Value

A double specifying the value of the element.

See Also