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.0.0
Syntax
C# |
---|
public Physical( double magnitude, int length, int mass, int time, int current, int temperature ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ magnitude As Double, _ length As Integer, _ mass As Integer, _ time As Integer, _ current As Integer, _ temperature As Integer _ ) |
Visual C++ |
---|
public: Physical( double magnitude, int length, int mass, int time, int current, int temperature ) |
Parameters
- magnitude
- Type: System..::.Double
A double value to which this object is initialized.
- length
- Type: System..::.Int32
An int value assigned to this object's length.
- mass
- Type: System..::.Int32
An int value assigned to this object's mass.
- time
- Type: System..::.Int32
An int value assigned to this object's time.
- current
- Type: System..::.Int32
An int value assigned to this object's current.
- temperature
- Type: System..::.Int32
An int value assigned to this object's temperature.