System.Double
double
System.Number
System.IComparable
System.IFormattable
System.IConvertible
MinValue
System.Double
Double.MIN_VALUE
MaxValue
System.Double
Double.MAX_VALUE
NaN
System.Double
Double.NaN
NegativeInfinity
System.Double
Double.NEGATIVE_INFINITY
PositiveInfinity
System.Double
Double.POSITIVE_INFINITY
System.Boolean
IsNaN
d
System.Double
Double.isNaN(${d})
System.Double
Parse
dStr
System.String
Double.valueOf(${dStr})
System.Double
Parse
dStr
System.String
provider
System.IFormatProvider
java.text.NumberFormat
NumberFormat.getInstance(${provider}).parse(${dStr}).doubleValue()
System.Double
Parse
dStr
System.String
style
System.Globalization.NumberStyles
provider
System.IFormatProvider
RusticiSoftware.System.*
DoubleSupport.parse(${dStr}, ${style}, ${provider})
System.String
ToString
System.String
format
RusticiSoftware.System.*
DoubleSupport.ToString(${this}, ${format})
System.String
ToString
String.valueOf(${this})
System.String
ToString
System.Globalization.CultureInfo
provider
RusticiSoftware.System.DoubleSupport
DoubleSupport.ToString(${this}, ${provider})
System.Double
System.Int32
((int)(${expr}))