MPSReaderElementValue Property |
The value of the element.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Value { get; }
Public Overridable ReadOnly Property Value As Double
Get
public:
virtual property double Value {
double get ();
}
abstract Value : float with get
override Value : float with get
Property Value
Type:
Double
A
double specifying the value of the element.
See Also