 | BigProductMultiply Method |
Multiplies 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 Multiply(
int n,
int pow = 1
)
Parameters
- n
- Type: SystemInt32
The root of the multiplicand. - pow (Optional)
- Type: SystemInt32
The power of the multiplicand.
Remarks
See Also