SetDefault


Description

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

Syntax

aDist_SetDefault(aState, parameterOld, parameterNew)

 

Parameter Description
aDist a Dist object.
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:

Events: an Overview, Distributions: an Overview