NumericConstant

class NumericConstant : DependentVariable<Number>

A numeric constant.

Constructors

Link copied to clipboard
open fun NumericConstant(n: Number)

Functions

Link copied to clipboard
open fun getWith(variables: Map<String, Any>): Number
Given the current controlled variables, computes the current values for this variable.