 | 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)
Syntaxpublic 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
See Also