Skip to main content

CommonIsNumeric

Callable

  • CommonIsNumeric(n: any): n is number

  • Checks if a variable is a number


    Parameters

    • n: any

      Variable to check for

    Returns n is number

    • Returns TRUE if the variable is a finite number