Symbol public class Symbol Documentation Code public bool Space { get; } public string Text { get; } public string TypeId { get; } public Unit Unit { get; } public static Symbol ByTypeID(string typeId) public static bool op_Equality(Symbol lhs, Symbol rhs) public static bool op_Inequality(Symbol lhs, Symbol rhs) public static string StringifyDecimal(double value, int precision, Symbol symbol, bool removeTrailingZeros = false) public static string StringifyFraction(double value, int precision, Symbol symbol) public static IEnumerable<Symbol> SymbolsByUnit(Unit unit)