ObjDoubleNullExt extension
Properties
- sign → double?
-
Available on Obj<
The sign of the double's numerical value.double?> , provided by the ObjDoubleNullExt extensionno setter
Methods
-
abs(
) → double? -
Available on Obj<
Returns the absolute value of this integer.double?> , provided by the ObjDoubleNullExt extension -
ceil(
) → int? -
Available on Obj<
Returns the least integer that is not smaller than this number.double?> , provided by the ObjDoubleNullExt extension -
ceilToDouble(
) → double? -
Available on Obj<
Returns the least integer double value no smaller thandouble?> , provided by the ObjDoubleNullExt extensionthis
. -
floor(
) → int? -
Available on Obj<
Returns the greatest integer no greater than this number.double?> , provided by the ObjDoubleNullExt extension -
floorToDouble(
) → double? -
Available on Obj<
Returns the greatest integer double value no greater thandouble?> , provided by the ObjDoubleNullExt extensionthis
. -
remainder(
num other) → double? -
Available on Obj<
double?> , provided by the ObjDoubleNullExt extension -
round(
) → int? -
Available on Obj<
Returns the integer closest to this number.double?> , provided by the ObjDoubleNullExt extension -
roundToDouble(
) → double? -
Available on Obj<
Returns the integer double value closest todouble?> , provided by the ObjDoubleNullExt extensionthis
. -
truncate(
) → int? -
Available on Obj<
Returns the integer obtained by discarding any fractional part of this number.double?> , provided by the ObjDoubleNullExt extension -
truncateToDouble(
) → double? -
Available on Obj<
Returns the integer double value obtained by discarding any fractional digits fromdouble?> , provided by the ObjDoubleNullExt extensionthis
.