Свойство | Type | Description | |
---|---|---|---|
Chunk | Long | ||
m_defVal | long | ||
m_maxVal | long | ||
m_minVal | long |
Méthode | Description | |
---|---|---|
abs ( long self ) : long | ||
and ( long self, long x ) : long | ||
compare ( long self, object obj ) : long | ||
decrement ( long self ) : long | ||
div ( long self, long x ) : long | ||
divDecimal ( long self, |
||
divFloat ( long self, double x ) : double | ||
encode ( long self, |
||
equals ( long self, object obj ) : bool | ||
equalsIgnoreCase ( long self, long ch ) : bool | ||
fromDigit ( long self ) : Long | ||
fromDigit ( long self, long radix ) : Long | ||
fromStr ( string s ) : Long | ||
fromStr ( string s, long radix ) : Long | ||
fromStr ( string s, long radix, bool check ) : Long | ||
hash ( long self ) : long | ||
increment ( long self ) : long | ||
isAlpha ( long self ) : bool | ||
isAlphaNum ( long self ) : bool | ||
isDigit ( long self ) : bool | ||
isDigit ( long self, long radix ) : bool | ||
isEven ( long self ) : bool | ||
isLower ( long self ) : bool | ||
isOdd ( long self ) : bool | ||
isSpace ( long self ) : bool | ||
isUpper ( long self ) : bool | ||
localeIsLower ( long self ) : bool | ||
localeIsUpper ( long self ) : bool | ||
localeLower ( long self ) : long | ||
localeUpper ( long self ) : long | ||
lower ( long self ) : long | ||
max ( long self, long that ) : long | ||
min ( long self, long that ) : long | ||
minus ( long self, long x ) : long | ||
minusDecimal ( long self, |
||
minusFloat ( long self, double x ) : double | ||
mod ( long self, long x ) : long | ||
modDecimal ( long self, |
||
modFloat ( long self, double x ) : double | ||
mult ( long self, long x ) : long | ||
multDecimal ( long self, |
||
multFloat ( long self, double x ) : double | ||
negate ( long self ) : long | ||
not ( long self ) : long | ||
or ( long self, long x ) : long | ||
plus ( long self, long x ) : long | ||
plusDecimal ( long self, |
||
plusFloat ( long self, double x ) : double | ||
pow ( long self, long pow ) : long | ||
random ( ) : long | ||
random ( |
||
shifta ( long self, long x ) : long | ||
shiftl ( long self, long x ) : long | ||
shiftr ( long self, long x ) : long | ||
times ( long self, |
||
toChar ( long self ) : string | ||
toCode ( long self ) : string | ||
toCode ( long self, long b ) : string | ||
toDateTime ( long self ) : DateTime | ||
toDateTime ( long self, TimeZone tz ) : DateTime | ||
toDigit ( long self ) : Long | ||
toDigit ( long self, long radix ) : Long | ||
toDuration ( long self ) : Duration | ||
toHex ( long self ) : string | ||
toHex ( long self, Long width ) : string | ||
toLocale ( long self ) : String | ||
toLocale ( long self, string pattern ) : String | ||
toRadix ( long self, long radix ) : string | ||
toRadix ( long self, long radix, Long width ) : string | ||
toStr ( long self ) : string | ||
type ( long self ) : Type | ||
upper ( long self ) : long | ||
xor ( long self, long x ) : long |
Méthode | Description | |
---|---|---|
FanInt ( ) : System | ||
toLocaleBytes ( long b ) : string |
public static and ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static compare ( long self, object obj ) : long | ||
self | long | |
obj | object | |
Résultat | long |
public static decrement ( long self ) : long | ||
self | long | |
Résultat | long |
public static div ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static divDecimal ( long self, |
||
self | long | |
x | ||
Résultat |
public static divFloat ( long self, double x ) : double | ||
self | long | |
x | double | |
Résultat | double |
public static encode ( long self, |
||
self | long | |
@out | ||
Résultat | void |
public static equals ( long self, object obj ) : bool | ||
self | long | |
obj | object | |
Résultat | bool |
public static equalsIgnoreCase ( long self, long ch ) : bool | ||
self | long | |
ch | long | |
Résultat | bool |
public static fromDigit ( long self ) : Long | ||
self | long | |
Résultat | Long |
public static fromDigit ( long self, long radix ) : Long | ||
self | long | |
radix | long | |
Résultat | Long |
public static fromStr ( string s, long radix ) : Long | ||
s | string | |
radix | long | |
Résultat | Long |
public static fromStr ( string s, long radix, bool check ) : Long | ||
s | string | |
radix | long | |
check | bool | |
Résultat | Long |
public static increment ( long self ) : long | ||
self | long | |
Résultat | long |
public static isAlphaNum ( long self ) : bool | ||
self | long | |
Résultat | bool |
public static isDigit ( long self, long radix ) : bool | ||
self | long | |
radix | long | |
Résultat | bool |
public static localeIsLower ( long self ) : bool | ||
self | long | |
Résultat | bool |
public static localeIsUpper ( long self ) : bool | ||
self | long | |
Résultat | bool |
public static localeLower ( long self ) : long | ||
self | long | |
Résultat | long |
public static localeUpper ( long self ) : long | ||
self | long | |
Résultat | long |
public static max ( long self, long that ) : long | ||
self | long | |
that | long | |
Résultat | long |
public static min ( long self, long that ) : long | ||
self | long | |
that | long | |
Résultat | long |
public static minus ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static minusDecimal ( long self, |
||
self | long | |
x | ||
Résultat |
public static minusFloat ( long self, double x ) : double | ||
self | long | |
x | double | |
Résultat | double |
public static mod ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static modDecimal ( long self, |
||
self | long | |
x | ||
Résultat |
public static modFloat ( long self, double x ) : double | ||
self | long | |
x | double | |
Résultat | double |
public static mult ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static multDecimal ( long self, |
||
self | long | |
x | ||
Résultat |
public static multFloat ( long self, double x ) : double | ||
self | long | |
x | double | |
Résultat | double |
public static or ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static plus ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static plusDecimal ( long self, |
||
self | long | |
x | ||
Résultat |
public static plusFloat ( long self, double x ) : double | ||
self | long | |
x | double | |
Résultat | double |
public static pow ( long self, long pow ) : long | ||
self | long | |
pow | long | |
Résultat | long |
public static shifta ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static shiftl ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static shiftr ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |
public static times ( long self, |
||
self | long | |
f | ||
Résultat | void |
public static toChar ( long self ) : string | ||
self | long | |
Résultat | string |
public static toCode ( long self ) : string | ||
self | long | |
Résultat | string |
public static toCode ( long self, long b ) : string | ||
self | long | |
b | long | |
Résultat | string |
public static toDateTime ( long self ) : DateTime | ||
self | long | |
Résultat | DateTime |
public static toDateTime ( long self, TimeZone tz ) : DateTime | ||
self | long | |
tz | TimeZone | |
Résultat | DateTime |
public static toDigit ( long self, long radix ) : Long | ||
self | long | |
radix | long | |
Résultat | Long |
public static toDuration ( long self ) : Duration | ||
self | long | |
Résultat | Duration |
public static toHex ( long self, Long width ) : string | ||
self | long | |
width | Long | |
Résultat | string |
public static toLocale ( long self ) : String | ||
self | long | |
Résultat | String |
public static toLocale ( long self, string pattern ) : String | ||
self | long | |
pattern | string | |
Résultat | String |
public static toRadix ( long self, long radix ) : string | ||
self | long | |
radix | long | |
Résultat | string |
public static toRadix ( long self, long radix, Long width ) : string | ||
self | long | |
radix | long | |
width | Long | |
Résultat | string |
public static xor ( long self, long x ) : long | ||
self | long | |
x | long | |
Résultat | long |