PhysicalDefineUnit Method |
Defines a new unit.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static void DefineUnit(
string name,
Physical magnitude
)
Public Shared Sub DefineUnit (
name As String,
magnitude As Physical
)
public:
static void DefineUnit(
String^ name,
Physical magnitude
)
static member DefineUnit :
name : string *
magnitude : Physical -> unit
Parameters
- name
- Type: SystemString
A String specifying the name of the unit to be defined.
- magnitude
- Type: Imsl.MathPhysical
A Physical object defining the value of one unit in terms of
SI units.
See Also