Click or drag to resize
PhysicalDefinePrefix Method
Defines a new prefix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static void DefinePrefix(
	string name,
	double magnitude
)

Parameters

name
Type: SystemString
A String specifying the name of the prefix to be defined.
magnitude
Type: SystemDouble
The double value of the prefix.
See Also