QL.QLClasses.Types.QInt.UndefinedValue C# (CSharp) Method

UndefinedValue() public method

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