double D;
17桁
double doubleValue()
int intValue() この Double の整数値を、int にキャストすることによって返します。
long longValue()
この Double の long 値を、long にキャストすることによって返します
short shortValue()
この Double の値を、short としてキャストすることによって、short として返します
String toString()
この Double オブジェクトの String 表現を返します。
staticString toString(doubled)
double 引数の文字列表現を作成します
コメントする