Property | Type | Description | |
---|---|---|---|
decimalExtend | bool | ||
factored | bool |
Method | Description | |
---|---|---|
FormalLabels ( IEnumerable | ||
FormatLabels ( IEnumerable |
||
NumericFormat ( bool factored, bool decimalExtend, double weight ) : System | ||
Score ( IEnumerable | ||
Score ( decimal d ) : double |
Method | Description | |
---|---|---|
decimalPlaces ( decimal i ) : int | ||
pot ( decimal val ) : int | ||
pow10 ( int i ) : decimal |
public abstract FormatLabels ( IEnumerable |
||
d | IEnumerable |
|
return | string>.Tuple |
public NumericFormat ( bool factored, bool decimalExtend, double weight ) : System | ||
factored | bool | |
decimalExtend | bool | |
weight | double | |
return | System |