C# Class Fan.Sys.FanNum

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

Méthodes publiques

Méthode Description
localeDecimal ( ) : string
localeGrouping ( ) : string
localeMinus ( ) : string
localeNaN ( ) : String
localeNegInf ( ) : String
localePercent ( ) : string
localePosInf ( ) : String
toDecimal ( Number self ) : BigDecimal
toFloat ( Number self ) : double
toInt ( Number self ) : long
type ( Number self ) : Type

Private Methods

Méthode Description
toLocale ( NumPattern p, NumDigits d, NumberFormatInfo df ) : string

Method Details

localeDecimal() public static méthode

public static localeDecimal ( ) : string
Résultat string

localeGrouping() public static méthode

public static localeGrouping ( ) : string
Résultat string

localeMinus() public static méthode

public static localeMinus ( ) : string
Résultat string

localeNaN() public static méthode

public static localeNaN ( ) : String
Résultat String

localeNegInf() public static méthode

public static localeNegInf ( ) : String
Résultat String

localePercent() public static méthode

public static localePercent ( ) : string
Résultat string

localePosInf() public static méthode

public static localePosInf ( ) : String
Résultat String

toDecimal() public static méthode

public static toDecimal ( Number self ) : BigDecimal
self Number
Résultat BigDecimal

toFloat() public static méthode

public static toFloat ( Number self ) : double
self Number
Résultat double

toInt() public static méthode

public static toInt ( Number self ) : long
self Number
Résultat long

type() public static méthode

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