IMSL C# Numerical Library

Physical.Constant Method (String)

Returns the value of a constant, given its name.

public static Physical Constant(
   string name
);

Parameters

name
A String representing the name of the constant to be returned.

Return Value

The Physical object containing the value of the constant, in its default units.

Exceptions

Exception Type Condition
ArgumentException is thrown when the name given is undefined

See Also

Physical Class | Imsl.Math Namespace | Physical.Constant Overload List