Constructs a new Physical object and initializes this object to a double value.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Physical(
	double magnitude,
	string units
)
Visual Basic (Declaration)
Public Sub New ( _
	magnitude As Double, _
	units As String _
)
Visual C++
public:
Physical(
	double magnitude, 
	String^ units
)

Parameters

magnitude
Type: System..::.Double
A double value to which the copy of the object is initialized.
units
Type: System..::.String
A String specifying the unit.

See Also