IMSL C# Numerical Library
Physical.DefineUnit Method
Defines a new unit.
public static
void
DefineUnit(
string
name
,
Physical
magnitude
);
Parameters
name
A
String
specifying the name of the unit to be defined.
magnitude
A
Physical
object defining the value of one unit in terms of SI units.
See Also
Physical Class
|
Imsl.Math Namespace