core / org.pinelang.core / PineDouble
PineDouble¶
class PineDouble :PineNumber<Double>,PineExpr<Double>
Constructors¶
| Name | Summary |
|---|---|
| <init> | PineDouble(value:Double)PineDouble(vararg refs:PineExpr<*>, calculation: () ->Double) |
Functions¶
| Name | Summary |
|---|---|
| div | fun div(other:PineExpr<*>):PineDouble |
| equals | fun equals(other:Any?):Boolean |
| hashCode | fun hashCode():Int |
| minus | fun minus(other:PineExpr<*>):PineDouble |
| plus | fun plus(other:PineExpr<*>):PineDouble |
| rem | fun rem(other:PineExpr<*>):PineDouble |
| times | fun times(other:PineExpr<*>):PineDouble |
| toDouble | fun toDouble():PineDouble |
| toInt | fun toInt():PineExpr<Int> |