C# Class Fan.Sys.FanNum

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

Public Methods

Method 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

Method Description
toLocale ( NumPattern p, NumDigits d, NumberFormatInfo df ) : string

Method Details

localeDecimal() public static method

public static localeDecimal ( ) : string
return string

localeGrouping() public static method

public static localeGrouping ( ) : string
return string

localeMinus() public static method

public static localeMinus ( ) : string
return string

localeNaN() public static method

public static localeNaN ( ) : String
return String

localeNegInf() public static method

public static localeNegInf ( ) : String
return String

localePercent() public static method

public static localePercent ( ) : string
return string

localePosInf() public static method

public static localePosInf ( ) : String
return String

toDecimal() public static method

public static toDecimal ( Number self ) : BigDecimal
self Number
return BigDecimal

toFloat() public static method

public static toFloat ( Number self ) : double
self Number
return double

toInt() public static method

public static toInt ( Number self ) : long
self Number
return long

type() public static method

public static type ( Number self ) : Type
self Number
return Type