NumericParameter

Represents a parameter of a numeric type.

Members

Functions

hasModulus
bool hasModulus()
Undocumented in source. Be warned that the author may not have intended to support it.
hasRange
bool hasRange()
Undocumented in source. Be warned that the author may not have intended to support it.
modulus
double modulus()
Undocumented in source. Be warned that the author may not have intended to support it.
modulus
bool modulus(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
parameterType
Type parameterType()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterTypeName
string parameterTypeName()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultValue
NumericConstant defaultValue;

The default value of this parameter. This may be null.

divisor
uint divisor;

The divisor

range
NumericRange range;

The possible range of this parameter. This may be null.

transform
NumericTransform transform;
Undocumented in source.
type
string type;

The type of this parameter.

Inherited Members

From Parameter

symbol
string symbol;

Get the name of this parameter.

parameterType
Type parameterType()

Get the fundamental type of this parameter.

parameterTypeName
string parameterTypeName()
Undocumented in source.

Meta