IMSL C# Numerical Library

Physical.DefineConstant Method 

Defines a new constant.

public static void DefineConstant(
   string name,
   Physical magnitude
);

Parameters

name
A String specifying the name of the constant to be defined.
magnitude
A Physical object defining the value of the new constant.

See Also

Physical Class | Imsl.Math Namespace