Funzione Operators.pown<^T> (F#)
Operatore di elevazione a potenza di overload. Se n > 0 equivale a x*...*x per n occorrenze di x.
Percorso spazio dei nomi/modulo: 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
Parametri
x
Tipo: ^TBase di input.
n
Tipo: intEsponente di input.
Valore restituito
Base elevata all'esponente.
Note
Questa funzione è denominata PowInteger negli assembly compilati. Utilizzare questo nome se si accede alla funzione da un linguaggio diverso da F# o tramite reflection.
Piattaforme
Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2
Informazioni sulla versione
F# Runtime
Supportato in: 2.0, 4.0
Silverlight
Supportato in: 3