C# Class Fan.Sys.FanInt

FanInt defines the methods for sys::Int. The actual class used for representation is Fan.Sys.Int.
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Свойство Type Description
Chunk Long
m_defVal long
m_maxVal long
m_minVal long

Méthodes publiques

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, BigDecimal x ) : BigDecimal
divFloat ( long self, double x ) : double
encode ( long self, ObjEncoder @out ) : void
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, BigDecimal x ) : BigDecimal
minusFloat ( long self, double x ) : double
mod ( long self, long x ) : long
modDecimal ( long self, BigDecimal x ) : BigDecimal
modFloat ( long self, double x ) : double
mult ( long self, long x ) : long
multDecimal ( long self, BigDecimal x ) : BigDecimal
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, BigDecimal x ) : BigDecimal
plusFloat ( long self, double x ) : double
pow ( long self, long pow ) : long
random ( ) : long
random ( Range r ) : long
shifta ( long self, long x ) : long
shiftl ( long self, long x ) : long
shiftr ( long self, long x ) : long
times ( long self, Func f ) : void
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

Private Methods

Méthode Description
FanInt ( ) : System
toLocaleBytes ( long b ) : string

Method Details

abs() public static méthode

public static abs ( long self ) : long
self long
Résultat long

and() public static méthode

public static and ( long self, long x ) : long
self long
x long
Résultat long

compare() public static méthode

public static compare ( long self, object obj ) : long
self long
obj object
Résultat long

decrement() public static méthode

public static decrement ( long self ) : long
self long
Résultat long

div() public static méthode

public static div ( long self, long x ) : long
self long
x long
Résultat long

divDecimal() public static méthode

public static divDecimal ( long self, BigDecimal x ) : BigDecimal
self long
x BigDecimal
Résultat BigDecimal

divFloat() public static méthode

public static divFloat ( long self, double x ) : double
self long
x double
Résultat double

encode() public static méthode

public static encode ( long self, ObjEncoder @out ) : void
self long
@out Fanx.Serial.ObjEncoder
Résultat void

equals() public static méthode

public static equals ( long self, object obj ) : bool
self long
obj object
Résultat bool

equalsIgnoreCase() public static méthode

public static equalsIgnoreCase ( long self, long ch ) : bool
self long
ch long
Résultat bool

fromDigit() public static méthode

public static fromDigit ( long self ) : Long
self long
Résultat Long

fromDigit() public static méthode

public static fromDigit ( long self, long radix ) : Long
self long
radix long
Résultat Long

fromStr() public static méthode

public static fromStr ( string s ) : Long
s string
Résultat Long

fromStr() public static méthode

public static fromStr ( string s, long radix ) : Long
s string
radix long
Résultat Long

fromStr() public static méthode

public static fromStr ( string s, long radix, bool check ) : Long
s string
radix long
check bool
Résultat Long

hash() public static méthode

public static hash ( long self ) : long
self long
Résultat long

increment() public static méthode

public static increment ( long self ) : long
self long
Résultat long

isAlpha() public static méthode

public static isAlpha ( long self ) : bool
self long
Résultat bool

isAlphaNum() public static méthode

public static isAlphaNum ( long self ) : bool
self long
Résultat bool

isDigit() public static méthode

public static isDigit ( long self ) : bool
self long
Résultat bool

isDigit() public static méthode

public static isDigit ( long self, long radix ) : bool
self long
radix long
Résultat bool

isEven() public static méthode

public static isEven ( long self ) : bool
self long
Résultat bool

isLower() public static méthode

public static isLower ( long self ) : bool
self long
Résultat bool

isOdd() public static méthode

public static isOdd ( long self ) : bool
self long
Résultat bool

isSpace() public static méthode

public static isSpace ( long self ) : bool
self long
Résultat bool

isUpper() public static méthode

public static isUpper ( long self ) : bool
self long
Résultat bool

localeIsLower() public static méthode

public static localeIsLower ( long self ) : bool
self long
Résultat bool

localeIsUpper() public static méthode

public static localeIsUpper ( long self ) : bool
self long
Résultat bool

localeLower() public static méthode

public static localeLower ( long self ) : long
self long
Résultat long

localeUpper() public static méthode

public static localeUpper ( long self ) : long
self long
Résultat long

lower() public static méthode

public static lower ( long self ) : long
self long
Résultat long

max() public static méthode

public static max ( long self, long that ) : long
self long
that long
Résultat long

min() public static méthode

public static min ( long self, long that ) : long
self long
that long
Résultat long

minus() public static méthode

public static minus ( long self, long x ) : long
self long
x long
Résultat long

minusDecimal() public static méthode

public static minusDecimal ( long self, BigDecimal x ) : BigDecimal
self long
x BigDecimal
Résultat BigDecimal

minusFloat() public static méthode

public static minusFloat ( long self, double x ) : double
self long
x double
Résultat double

mod() public static méthode

public static mod ( long self, long x ) : long
self long
x long
Résultat long

modDecimal() public static méthode

public static modDecimal ( long self, BigDecimal x ) : BigDecimal
self long
x BigDecimal
Résultat BigDecimal

modFloat() public static méthode

public static modFloat ( long self, double x ) : double
self long
x double
Résultat double

mult() public static méthode

public static mult ( long self, long x ) : long
self long
x long
Résultat long

multDecimal() public static méthode

public static multDecimal ( long self, BigDecimal x ) : BigDecimal
self long
x BigDecimal
Résultat BigDecimal

multFloat() public static méthode

public static multFloat ( long self, double x ) : double
self long
x double
Résultat double

negate() public static méthode

public static negate ( long self ) : long
self long
Résultat long

not() public static méthode

public static not ( long self ) : long
self long
Résultat long

or() public static méthode

public static or ( long self, long x ) : long
self long
x long
Résultat long

plus() public static méthode

public static plus ( long self, long x ) : long
self long
x long
Résultat long

plusDecimal() public static méthode

public static plusDecimal ( long self, BigDecimal x ) : BigDecimal
self long
x BigDecimal
Résultat BigDecimal

plusFloat() public static méthode

public static plusFloat ( long self, double x ) : double
self long
x double
Résultat double

pow() public static méthode

public static pow ( long self, long pow ) : long
self long
pow long
Résultat long

random() public static méthode

public static random ( ) : long
Résultat long

random() public static méthode

public static random ( Range r ) : long
r Range
Résultat long

shifta() public static méthode

public static shifta ( long self, long x ) : long
self long
x long
Résultat long

shiftl() public static méthode

public static shiftl ( long self, long x ) : long
self long
x long
Résultat long

shiftr() public static méthode

public static shiftr ( long self, long x ) : long
self long
x long
Résultat long

times() public static méthode

public static times ( long self, Func f ) : void
self long
f Func
Résultat void

toChar() public static méthode

public static toChar ( long self ) : string
self long
Résultat string

toCode() public static méthode

public static toCode ( long self ) : string
self long
Résultat string

toCode() public static méthode

public static toCode ( long self, long b ) : string
self long
b long
Résultat string

toDateTime() public static méthode

public static toDateTime ( long self ) : DateTime
self long
Résultat DateTime

toDateTime() public static méthode

public static toDateTime ( long self, TimeZone tz ) : DateTime
self long
tz TimeZone
Résultat DateTime

toDigit() public static méthode

public static toDigit ( long self ) : Long
self long
Résultat Long

toDigit() public static méthode

public static toDigit ( long self, long radix ) : Long
self long
radix long
Résultat Long

toDuration() public static méthode

public static toDuration ( long self ) : Duration
self long
Résultat Duration

toHex() public static méthode

public static toHex ( long self ) : string
self long
Résultat string

toHex() public static méthode

public static toHex ( long self, Long width ) : string
self long
width Long
Résultat string

toLocale() public static méthode

public static toLocale ( long self ) : String
self long
Résultat String

toLocale() public static méthode

public static toLocale ( long self, string pattern ) : String
self long
pattern string
Résultat String

toRadix() public static méthode

public static toRadix ( long self, long radix ) : string
self long
radix long
Résultat string

toRadix() public static méthode

public static toRadix ( long self, long radix, Long width ) : string
self long
radix long
width Long
Résultat string

toStr() public static méthode

public static toStr ( long self ) : string
self long
Résultat string

type() public static méthode

public static type ( long self ) : Type
self long
Résultat Type

upper() public static méthode

public static upper ( long self ) : long
self long
Résultat long

xor() public static méthode

public static xor ( long self, long x ) : long
self long
x long
Résultat long

Property Details

Chunk public_oe static_oe property

public static Long Chunk
Résultat Long

m_defVal public_oe static_oe property

sys::Int.defVal
public static long m_defVal
Résultat long

m_maxVal public_oe static_oe property

sys::Int.maxValue
public static long m_maxVal
Résultat long

m_minVal public_oe static_oe property

sys::Int.maxValue
public static long m_minVal
Résultat long