Sets the default value used for new variables. If the value is null (the default) then exceptions will be thrown when trying to evaluate the variables which do not have values set.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public void SetDefaultValue(
	Object defaultValue
)
Visual Basic (Declaration)
Public Sub SetDefaultValue ( _
	defaultValue As Object _
)
Visual C++
public:
void SetDefaultValue(
	Object^ defaultValue
)

Parameters

defaultValue
Type: System..::.Object

See Also