Multiply a Physical object and a double.

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

Syntax

C#
public static Physical Multiply(
	Physical x,
	double y
)
Visual Basic (Declaration)
Public Shared Function Multiply ( _
	x As Physical, _
	y As Double _
) As Physical
Visual C++
public:
static Physical Multiply(
	Physical x, 
	double y
)

Parameters

x
Type: Imsl.Math..::.Physical
A Physical object which is to be multiplied.
y
Type: System..::.Double
A double which is to be multiplied.

Return Value

A Physical object which is the product of x and y.

See Also