Operators.pown<^T> Function (F#)
Visual Studio 2012
Overloaded power operator. If n > 0 then equivalent to x*...*x for n occurrences of x.
Namespace/Module Path: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: pown : ^T -> int -> ^T (requires ^T with static member One and ^T with static member op_Multiply and ^T with static member (/)) // Usage: pown x n