PhysicalConstant Method (String) |
Returns the value of a constant, given its name.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical Constant(
string name
)
Public Shared Function Constant (
name As String
) As Physical
public:
static Physical Constant(
String^ name
)
static member Constant :
name : string -> Physical
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 See Also