sealed
class decimal
Decimal.
public
decimal
.Constructor(
value
)
const
decimal
decimal
.MinValue
The minimum decimal value
const
decimal
decimal
.MaxValue
The maximum decimal value
public
static
decimal
decimal
.Convert(
value
)
Convert value into type decimal, 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
=
ListBlock
{
Paragraph
{
"Min value "
;
decimal
.
MinValue
};
Paragraph
{
"Max value "
;
decimal
.
MaxValue
};
};
•
Min value -79228162514264337593543950335
•
Max value 79228162514264337593543950335