sealed
class double
Double precision floating point number.
public
double
.
Constructor
(
value
)
const
double
double
.
MinValue
The minimum double value
const
double
double
.
MaxValue
The maximum double value
const
double
double
.
NegativeInfinity
Negative infinity
const
double
double
.
PositiveInfinity
Positive infinity
const
double
double
.
NaN
Not a number
public
static
double
double
.
Convert
(
value
)
Convert value into type double, null if not successful
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
Example
=
Table
(
null
,
null
, [1.5", 2"]) {
Row
{
"double "
; 123.456};
Row
{
"scientific notation "
; 1.03E27};
Row
{
"Min value "
;
double
.
MinValue
};
Row
{
"Max value "
;
double
.
MaxValue
};
Row
{
"Negative infinity "
;
double
.
NegativeInfinity
};
Row
{
"Positive infinity "
;
double
.
PositiveInfinity
};
Row
{
"NaN "
;
double
.
NaN
};
};
double
123.456
scientific notation
1.03E+27
Min value
-1.7976931348623157E+308
Max value
1.7976931348623157E+308
Negative infinity
−∞
Positive infinity
∞
NaN
NaN