QL.QLClasses.Types.QInt.UndefinedValue C# (CSharp) 메소드

UndefinedValue() 공개 메소드

public UndefinedValue ( ) : QValue
리턴 QL.QLClasses.Values.QValue
        public override QValue UndefinedValue()
        {
            return new IntValue(0);
        }