NullableOperators.( %? )<^T1,^T2,^T3>-Funktion (F#)
Der Modulo-Operator, wobei ein auf NULL festlegbarer Wert auf der rechten Seite angezeigt wird.
Namespace/Module Path: Microsoft.FSharp.Linq.NullableOperators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
( %? ) : ^T1 -> Nullable<^T2> -> Nullable<^T3> when ^T1 with static member op_Modulus and ^T2 with static member op_Modulus and ^T2 : (new : unit -> ^T2) and ^T2 : struct and ^T2 :> ValueType and ^T3 : (new : unit -> ^T3) and ^T3 : struct and ^T3 :> ValueType
// Usage:
value %? nullableValue
Parameter
value
Typ: ^T1Der erste Eingabewert.
nullableValue
Typ: Nullable<^T2>Der zweite Eingabewert, als auf NULL festlegbarer Wert.
Rückgabewert
Das Ergebnis des Modulo-Vorgangs, als auf NULL festlegbarer Wert.
Hinweise
Wenn der zweite Wert NULL ist, dann ist das Ergebnis NULL.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 4,0, portablen