Class ShortScale
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Parse a numeric value into a short scale string representation.
public static class ShortScale
- Inheritance
-
objectShortScale
Fields
- ShortScaleReference
The list containing all short scale values.
- ShortScaleSymbolReference
List containing short scale values in symbol form. Can be further expanded in future updates.
Methods
- ParseDouble(double, in int, double, bool)
Parses the double value into short scale notation.
- ParseDoubleSplit(double, ref ShortScaleData, in int, in double, in bool)
Parses a double value into short scale notation, splitting the data into the separate parts.
- ParseDoubleSplit(double, in int, in double, in bool)
Parses the double value into short scale notation, splitting the data into the separate parts.
- ParseFloat(float, in int, in float, in bool)
Parses the float value into short scale notation.
- ParseFloatSplit(float, ref ShortScaleData, in int, in float, in bool)
Parses a float value into short scale notation, splitting the data into the separate parts.
- ParseFloatSplit(float, in int, in float, in bool)
Parses the float value into short scale notation, splitting the data into the separate parts.
- ParseInt(int, in int, in int, in bool)
Parses the int value into short scale notation.
- ParseIntSplit(int, ref ShortScaleData, in int, in int, in bool)
Parses an int value into short scale notation, splitting the data into the separate parts.
- ParseIntSplit(int, in int, in int, in bool)
Parses an int value into short scale notation, splitting the data into the separate parts.