VolumeMultiply Method
Multiplies an instance of
Volume by a double-precision value.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static Volume Multiply(
Volume left,
double right
)
- left Volume
- The Volume to multiply.
- right Double
- The value to multiply the Volume by.
VolumeA new
Volume instance equal in value to the
Volume
instance multiplied by the value.