IMSL C# Numerical Library

Physical Constructor

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

Overload List

Constructs a new Physical object and initializes this object to a double value along with int values for length, mass, time, current, and temperature.

public Physical(double,int,int,int,int,int);

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

public Physical(double,string);

See Also

Physical Class | Imsl.Math Namespace