[deutsch]

Reference index

kontrast (global object)

Functions

Properties

Events

KontrastSlider

Properties

Events

KontrastMenu

Functions

Properties

KontrastFigure

Functions

Properties

KontrastFigure.renderPNG

Input

KontrastFigure.renderHTML

Input

KontrastGraph

Functions

Properties

KontrastAxis

All axes (abscissae, ordinates, applicates, color axes, opacity axes and opacity axes) share the following functions and properties:

Functions

  • showEverything()

Properties

KontrastAbscissa

Functions, properties and events from KontrastAxis are inherited.

Properties

KontrastOrdinate

Functions, properties and events from KontrastAxis are inherited.

Properties

KontrastApplicate

Functions, properties and events from KontrastAxis are inherited.

Properties

KontrastColorAxis

Functions, properties and events from KontrastAxis are inherited.

Properties

KontrastOpacityAxis

Functions, properties and events from KontrastAxis are inherited.

Properties

KontrastThicknessAxis

Functions, properties and events from KontrastAxis are inherited.

Properties

KontrastAnnotation

Properties

KontrastAxisLabel

Properties

KontrastPoints

Properties

KontrastLines

Properties

KontrastPixels

Properties

KontrastBars

Properties

KontrastTiles

Functions

  • alignToPixels(options: object)

Properties

KontrastCubes

Properties

KontrastCursor

Properties

discreteFourierTransform and inverseDiscreteFourierTransform

Input

Output

parseCSV

Input

Output

generateRandomNumbers

Input

Output

generateHistogram

Input

Output

integrateODE

Input

  • quantities: object
  • numberType: 'real' | 'complex' (default value: 'real')
  • algorithm: 'runge-kutta-4' (default value: 'runge-kutta-4')
  • derivativeCallback: function (optional)
  • mode: 'block' | 'promise' | 'callback' (default value: 'block')
  • resolve: function
  • reject: function

Quantities

Output

solveEquations

Input

Quantities

Output

fit

Input

  • residuals: string (optional)
  • residualCallback: function (optional)
  • quantities: object
  • numberType: 'real' | 'complex' (default value: 'complex')
  • convergenceTolerance: positiveNumber (default value: 1e-14)
  • maxIterationCount: positiveInteger (default value: 100)

Quantities

Output

parseExpression

Input

  • expression: string
  • numberType: 'real' | 'complex' (default value: 'real')

Output

inspectDecimal

Input

Output

  • mostSignificantExponent: number
  • leastSignificantExponent: number

formatDecimal

Input

Output

KontrastNumber

Functions

Properties

Events

  • change, callback: function () { … }

KontrastInteger

Functions

Properties

Events

  • change, callback: function () { … }

KontrastString

Functions

Properties

Events

  • change, callback: function () { … }

KontrastName

Functions

Properties

Events

  • change, callback: function () { … }

KontrastBoolean

Functions

Properties

Events

  • change, callback: function () { … }

KontrastColor

Functions

Properties

Events

  • change, callback: function () { … }

KontrastElement

Functions

Properties

Events

  • change, callback: function () { … }

KontrastSelection

Functions

Properties

Events

  • change, callback: function () { … }

KontrastAspectRatio

Functions

Properties

Events

  • change, callback: function () { … }

KontrastMapping

Functions

Properties

Events

  • change, callback: function () { … }

KontrastData

Functions

Properties

Events

  • change, callback: function () { … }

Types

  • character

    A string that contains only one character.

  • numericData

    This can be a number or an array of numbers to signify the real part of a quantity. It can also be an object with a property r and a property i to signify the real and imaginary part, respectively.

  • numberArray

    An array of numbers. This can be a normal JavaScript array or a typed array, such as Float64Array.

  • complexNumber

    A complex number is an object with two properties. The real part is specified as property r and the imaginary part as property i (both of type number).

  • integer

    An integer number.

  • positiveInteger

    A positive integer.

  • finiteNonZeroNumber

    A finite number that is not zero (any number excluding NaN, +Infinity, -Infinity, +0 and -0).

  • finiteNumber

    A finite number (any number excluding NaN, +Infinity and -Infinity).

  • positiveNumber

    A positive number.

  • zeroOrPositiveInteger

    The number zero or any positive integer.