C# Class SharpVectors.Dom.Svg.SvgNumber

Inheritance: ISvgNumber
显示文件 Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
CalcAngleBisection ( float a1, float a2 ) : float
CalcAngleDiff ( float a1, float a2 ) : float
ParseToFloat ( string str ) : float
ScientificToDec ( string sc ) : string
SvgNumber ( float val ) : System
SvgNumber ( string str ) : System

Method Details

CalcAngleBisection() public static method

public static CalcAngleBisection ( float a1, float a2 ) : float
a1 float
a2 float
return float

CalcAngleDiff() public static method

public static CalcAngleDiff ( float a1, float a2 ) : float
a1 float
a2 float
return float

ParseToFloat() public static method

public static ParseToFloat ( string str ) : float
str string
return float

ScientificToDec() public static method

public static ScientificToDec ( string sc ) : string
sc string
return string

SvgNumber() public method

public SvgNumber ( float val ) : System
val float
return System

SvgNumber() public method

public SvgNumber ( string str ) : System
str string
return System