Click or drag to resize

MassDivide Method

Divides an instance of Mass by a double-precision value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Mass Divide(
	Mass left,
	double divisor
)

Parameters

left  Mass
The Mass to divide.
divisor  Double
The value to divide the Mass by.

Return Value

Mass
A new Mass instance equal in value to the Mass instance divided by the value.
See Also