Defines a new constant.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static void DefineConstant(
	string name,
	Physical magnitude
)
Visual Basic (Declaration)
Public Shared Sub DefineConstant ( _
	name As String, _
	magnitude As Physical _
)
Visual C++
public:
static void DefineConstant(
	String^ name, 
	Physical magnitude
)

Parameters

name
Type: System..::.String
A String specifying the name of the constant to be defined.
magnitude
Type: Imsl.Math..::.Physical
A Physical object defining the value of the new constant.

See Also