IMSL C# Numerical Library

Physical Constructor (Double, Int32, Int32, Int32, Int32, Int32)

Constructs a new Physical object and initializes this object to a double value along with int values for length, mass, time, current, and temperature.

public Physical(
   double magnitude,
   int length,
   int mass,
   int time,
   int current,
   int temperature
);

Parameters

magnitude
A double value to which this object is initialized.
length
An int value assigned to this object's length.
mass
An int value assigned to this object's mass.
time
An int value assigned to this object's time.
current
An int value assigned to this object's current.
temperature
An int value assigned to this object's temperature.

See Also

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