Click or drag to resize
PhysicalConstant Method (String)
Returns the value of a constant, given its name.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Physical Constant(
	string name
)

Parameters

name
Type: SystemString
A String representing the name of the constant to be returned.

Return Value

Type: Physical
The Physical object containing the value of the constant, in its default units.
Exceptions
ExceptionCondition
ArgumentException is thrown when the name given is undefined
See Also