sealed
class ulong
An integer between 0 and 18446744073709551615.
public
ulong
.Constructor(
value
)
const
ulong
ulong
.MinValue
The minimum ulong value
const
ulong
ulong
.MaxValue
The maximum ulong value
public
static
ulong
ulong
.Convert(
value
)
Convert value into type ulong, 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 "
;
ulong
.
MinValue
};
Paragraph
{
"Max value "
;
ulong
.
MaxValue
};
};
•
Min value 0
•
Max value 18446744073709551615