Operators.( ** )<^T,^U>-Funktion (F#)
Überladener Potenzoperator.
Namespace/Modulpfad: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( ** ) : ^T -> ^U -> ^T (requires ^T with static member Pow)
// Usage:
x ** y
Parameter
x
Typ: ^TDie Eingabebasis.
y
Typ: ^UDer Eingabeexponent.
Rückgabewert
Die Basis potenziert mit dem Exponenten.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen