YAMP.IsIntFunction.GetValue C# (CSharp) Method

GetValue() protected method

protected GetValue ( ScalarValue value ) : ScalarValue
value ScalarValue
return ScalarValue
        protected override ScalarValue GetValue(ScalarValue value)
        {
            return new ScalarValue(value.IsInt);
        }
IsIntFunction