Click or drag to resize

BigProductDivide Method

Divides the BigProduct's value by n raised to pow.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void Divide(
	int n,
	int pow = 1
)

Parameters

n
Type: SystemInt32
The root of the divisor.
pow (Optional)
Type: SystemInt32
The power of the divisor.
Remarks
This is identical to Multiply(Int32, Int32) with a negative pow.
See Also