Physical Constructor (Double, String) |
Constructs a new Physical object and initializes this object
to a double value.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Physical(
double magnitude,
string units
)
Public Sub New (
magnitude As Double,
units As String
)
public:
Physical(
double magnitude,
String^ units
)
new :
magnitude : float *
units : string -> Physical
Parameters
- magnitude
- Type: SystemDouble
A double value to which the copy of the object is initialized.
- units
- Type: SystemString
A String specifying the unit.
See Also