Click or drag to resize
PhysicalMultiply Method (Double, Physical)
Multiply a double and a Physical object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Physical Multiply(
	double x,
	Physical y
)

Parameters

x
Type: SystemDouble
A double which is to be multiplied.
y
Type: Imsl.MathPhysical
A Physical object which is to be multiplied.

Return Value

Type: Physical
A Physical object which is the product of x and y.
See Also