double Double System.Double System.Number System.IComparable System.IFormattable System.IConvertible Double.isNaN(${d}) System.Double d IsNaN System.Boolean Double.valueOf(${dStr}) System.String dStr Parse System.Double CS2JNet.System.DoubleSupport DoubleSupport.tryParse(${dStr}, ${result}) System.String dStr System.Double result TryParse System.Boolean CS2JNet.System.DoubleSupport DoubleSupport.tryParse(${dStr}, ${style}, ${provider}, ${result}) System.String dStr System.Globalization.NumberStyles style System.IFormatProvider provider System.Double result TryParse System.Boolean java.text.NumberFormat NumberFormat.getInstance(${provider}).parse(${dStr}).doubleValue() System.String dStr System.IFormatProvider provider Parse System.Double CS2JNet.System.DoubleSupport DoubleSupport.parse(${dStr}, ${style}, ${provider}) System.String dStr System.Globalization.NumberStyles style System.IFormatProvider provider Parse System.Double CS2JNet.System.DoubleSupport DoubleSupport.ToString(${this}, ${format}) System.String format ToString System.String String.valueOf(${this}) ToString System.String CS2JNet.System.DoubleSupport DoubleSupport.ToString(${this}, ${provider}) System.Globalization.CultureInfo provider ToString System.String Double.MIN_VALUE System.Double MinValue Double.MIN_VALUE ${this:16}.setMinValue(${value}) Double.MAX_VALUE System.Double MaxValue Double.MAX_VALUE ${this:16}.setMaxValue(${value}) Double.NaN System.Double NaN Double.NaN ${this:16}.setNaN(${value}) Double.NEGATIVE_INFINITY System.Double NegativeInfinity Double.NEGATIVE_INFINITY ${this:16}.setNegativeInfinity(${value}) Double.POSITIVE_INFINITY System.Double PositiveInfinity Double.POSITIVE_INFINITY ${this:16}.setPositiveInfinity(${value}) ${this} System.Double Value ${this} ${this:16}.setValue(${value}) ((int)(${expr})) System.Double System.Int32