NumberRange

FunctionDescription

new(Min: number, Max: number) -> NumberRange

This function creates a new NumberRange object with the specified minimum and maximum values and returns it. It requires two arguments.

split(NumberRange: NumberRange) -> Min: number, Max: number

This function splits a NumberRange object into its minimum and maximum components and returns them as separate outputs.

Last updated