Physical.DefineConstant Method |
Defines a new constant.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic static void DefineConstant(
string name,
Physical magnitude
)
Public Shared Sub DefineConstant (
name As String,
magnitude As Physical
)
public:
static void DefineConstant(
String^ name,
Physical magnitude
)
static member DefineConstant :
name : string *
magnitude : Physical -> unit
Parameters
- name
- Type: System.String
A String specifying the name of the constant to be defined.
- magnitude
- Type: Imsl.Math.Physical
A Physical object defining the value of the new constant.
See Also