Click or drag to resize
Physical Constructor (Double, String)
Constructs a new Physical object and initializes this object to a double value.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Physical(
	double magnitude,
	string units
)

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