This method returns the default value of the floating-point parameter param in the invoked CP instance.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual double GetParameterDefault(
	CP..::..DoubleParam param
)
Visual Basic
Public Overridable Function GetParameterDefault ( _
	param As CP..::..DoubleParam _
) As Double

See Also