Summary
Gets the number of digits for the symbol.
Syntax
public int Digits{ get; }
Example 1
protected override void OnTick() { Print("The number of Digits the current symbol has is: {0}", Symbol.Digits); }
public int Digits{ get; }
protected override void OnTick() { Print("The number of Digits the current symbol has is: {0}", Symbol.Digits); }