Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "assert/is-complex128array/docs/types/index.d"

Index

Functions

Functions

Export assignment isComplex128Array

  • isComplex128Array(value: any): boolean
  • Tests if a value is a Complex128Array.

    Parameters

    • value: any

      value to test

    Returns boolean

    boolean indicating whether value is a Complex128Array

    Example

    var bool = isComplex128Array( new Complex128Array( 10 ) );
    // returns true

    Example

    var bool = isComplex128Array( [] );
    // returns false