coins.ffront
クラス FFloat
java.lang.Object
|
+--coins.ffront.FNumber
|
+--coins.ffront.FFloat
- class FFloat
- extends FNumber
フィールドの概要 |
(パッケージプライベート) float |
n_
|
コンストラクタの概要 |
(パッケージプライベート) |
FFloat(float f)
|
クラス 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_
float n_
FFloat
FFloat(float f)
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(FFloat n)
mul
public FNumber mul(FFloat n)
sub
public FNumber sub(FFloat n)
div
public FNumber div(FFloat n)
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString