PhysicalMultiply Method (Physical, Double) |
Multiply a Physical object and a double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Physical Multiply(
Physical x,
double y
)
Public Shared Function Multiply (
x As Physical,
y As Double
) As Physical
public:
static Physical Multiply(
Physical x,
double y
)
static member Multiply :
x : Physical *
y : float -> Physical
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object which is to be multiplied.
- y
- Type: SystemDouble
A double which is to be multiplied.
Return Value
Type:
Physical
A
Physical object which is the product of x and y.
See Also