IMSL C# Numerical Library

Physical.DefinePrefix Method 

Defines a new prefix.

public static void DefinePrefix(
   string name,
   double magnitude
);

Parameters

name
A String specifying the name of the prefix to be defined.
magnitude
The double value of the prefix.

See Also

Physical Class | Imsl.Math Namespace