Click or drag to resize
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.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Physical(
	double magnitude,
	int length,
	int mass,
	int time,
	int current,
	int temperature
)

Parameters

magnitude
Type: SystemDouble
A double value to which this object is initialized.
length
Type: SystemInt32
An int value assigned to this object's length.
mass
Type: SystemInt32
An int value assigned to this object's mass.
time
Type: SystemInt32
An int value assigned to this object's time.
current
Type: SystemInt32
An int value assigned to this object's current.
temperature
Type: SystemInt32
An int value assigned to this object's temperature.
See Also