Click or drag to resize

BigProductPow Method

Raises the BigProduct's value by p.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void Pow(
	int p
)

Parameters

p
Type: SystemInt32
The power to raise the BigProduct's value by.
Exceptions
ExceptionCondition
InvalidOperationExceptionIn case an attempt is made to raise zero by the power of zero.
See Also