BaseEntry.ToDouble Method

Converts this instance to a Double value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public abstract double ToDouble()

Return Value

Double
Double value of this instance.

Exceptions

GeneralException Thrown unless BaseEntry is either a scalar value or a compound value with a single element.

See Also