CNCGUI.IntegerUnit.IntegerUnit C# (CSharp) 메소드

IntegerUnit() 공개 메소드

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