Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Numerical

All classes which handle some sort of numerical operations must implement this interface. This helps the global functions to recognise whether a certain operation (function) is defined for a particular type of argument.

Hierarchy

Index

Properties

Methods

Properties

Abstract classRef

classRef: any

Returns the class of which this object is an instance of.

Methods

getDefinition

  • getDefinition(methodName: string): "instance" | "static" | "undefined"
  • Checks whether a method exists on the object or as a static member of the class.

    Parameters

    • methodName: string

      Name of the method.

    Returns "instance" | "static" | "undefined"

Generated using TypeDoc