Whetstone Class reference
Whetstone Class reference
Whetstone
NumberStone
BigProduct Class
BigProduct Methods
Divide Method
DivideFactorial Method
isInteger Method
Multiply Method
MultiplyFactorial Method
Pow Method
toFraction Method
toNum Method
BigProduct
Pow 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#
Copy
public
void
Pow
(
int
p
)
Parameters
p
Type:
System
Int32
The power to raise the
BigProduct
's value by.
Exceptions
Exception
Condition
InvalidOperationException
In case an attempt is made to raise zero by the power of zero.
See Also
Reference
BigProduct Class
NumberStone Namespace