GH_DigitNumberIsPrimaryDigitSignificant Property  | 
 
 Gets whether the primary digit at the given index is significant.
 
 
    Namespace: 
   Grasshopper.GUI.Base
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic bool this[
	int index
] { get; }Public ReadOnly Property IsPrimaryDigitSignificant ( 
	index As Integer
) As Boolean
	Get
Parameters
- index
 - Type: SystemInt32
Index of digit to test. 
Property Value
Type: 
Boolean[Missing <value> documentation for "P:Grasshopper.GUI.Base.GH_DigitNumber.IsPrimaryDigitSignificant(System.Int32)"]
See Also