Click or drag to resize
PhysicalDefineConstant Method
Defines a new constant.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static void DefineConstant(
	string name,
	Physical magnitude
)

Parameters

name
Type: SystemString
A String specifying the name of the constant to be defined.
magnitude
Type: Imsl.MathPhysical
A Physical object defining the value of the new constant.
See Also