method
Value.NumberValue
func (value Value) NumberValue() (
float64,
bool,
)NumberValue returns the number and true when this is a number operand.
Related types
ValueAn immutable scalar or list comparison operand.
method
func (value Value) NumberValue() (
float64,
bool,
)NumberValue returns the number and true when this is a number operand.
ValueAn immutable scalar or list comparison operand.