Expr.IfThenElse-Methode (F#)
Erstellt if...then...else-Ausdrücke.
Namespace/Modulpfad: Microsoft.FSharp.Quotations
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member IfThenElse : Expr * Expr * Expr -> Expr
// Usage:
Expr.IfThenElse (guard, thenExpr, elseExpr)
Parameter
guard
Typ: ExprDer Bedingungsausdruck.
thenExpr
Typ: ExprDer then-Teilausdruck.
elseExpr
Typ: ExprDer else-Teilausdruck.
Rückgabewert
Der resultierende Ausdruck.
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