IMSL C# Numerical Library

Physical Constructor (Double, String)

Constructs a new Physical object and initializes this object to a double value.

public Physical(
   double magnitude,
   string units
);

Parameters

magnitude
A double value to which the copy of the object is initialized.
units
A String specifying the unit.

See Also

Physical Class | Imsl.Math Namespace | Physical Constructor Overload List