coins.ffront
クラス FDouble
java.lang.Object
|
+--coins.ffront.FNumber
|
+--coins.ffront.FDouble
- class FDouble
- extends FNumber
フィールドの概要 |
(パッケージプライベート) double |
n_
|
コンストラクタの概要 |
(パッケージプライベート) |
FDouble(double d)
|
クラス coins.ffront.FNumber から継承したメソッド |
add, checkType, cmpType, div, higherType, make, make, make, make, make, mul, p, pow, sub |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
n_
double n_
FDouble
FDouble(double d)
neg
public FNumber neg()
- 定義:
- クラス
FNumber
内の neg
intValue
public int intValue()
- 定義:
- クラス
FNumber
内の intValue
floatValue
public float floatValue()
- 定義:
- クラス
FNumber
内の floatValue
doubleValue
public double doubleValue()
- 定義:
- クラス
FNumber
内の doubleValue
complexValue
public Complex complexValue()
- 定義:
- クラス
FNumber
内の complexValue
to
public FNumber to(FNumber n)
- 定義:
- クラス
FNumber
内の to
add
public FNumber add(FDouble n)
mul
public FNumber mul(FDouble n)
sub
public FNumber sub(FDouble n)
div
public FNumber div(FDouble n)
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString