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.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Physical(
double magnitude,
int length,
int mass,
int time,
int current,
int temperature
)
Public Sub New (
magnitude As Double,
length As Integer,
mass As Integer,
time As Integer,
current As Integer,
temperature As Integer
)
public:
Physical(
double magnitude,
int length,
int mass,
int time,
int current,
int temperature
)
new :
magnitude : float *
length : int *
mass : int *
time : int *
current : int *
temperature : int -> Physical
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