CNCGUI.IntegerUnit.IntegerUnit C# (CSharp) Method

IntegerUnit() public method

public IntegerUnit ( ) : System
return System
        public IntegerUnit()
        {
            Unit = UNIT.mm;
            Value = 0;
        }