Metodo Expr.IfThenElse (F#)
Consente di creare le espressioni if...then...else.
Percorso spazio dei nomi/modulo: Microsoft.FSharp.Quotations
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member IfThenElse : Expr * Expr * Expr -> Expr
// Usage:
Expr.IfThenElse (guard, thenExpr, elseExpr)
Parametri
guard
Tipo: ExprEspressione della condizione.
thenExpr
Tipo: ExprSottoespressione then.
elseExpr
Tipo: ExprSottoespressione else.
Valore restituito
Espressione risultante.
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 2,0, 4,0, portabile