SetValue


Description

An event that reports that a parameter of the Dist object has changed.

Syntax

aDist_SetValue(rownumber, aState, parameterOld, parameterNew)

 

Parameter Description
aDist a Dist object.
rownumber a long integer specifying the row of the distribution in which the change occurs.
aState a State object that tells in which column of the distribution the change occurs
parameterOld a double floating-point number that tells the old value of the parameter.
parameterNew a double floating-point number that tells the new value of the parameter.

Guarantees

Applies To

Dist

Also See:

Distributions: an Overview, Events: an Overview