Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The multiplication operator where a nullable value appears on the right.
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_Multiply and ^T2 with static member op_Multiply and ^T2 : (new : unit -> ^T2) and ^T2 : struct and ^T2 :> ValueType and ^T3 : (new : unit -> ^T3) and ^T3 : struct and ^T3 :> ValueType
// Usage:
*?
Parameters
value
Type: ^T1The first input value.
nullableValue
Type: Nullable<^T2>The second input value, as a nullable value.
Return Value
The result of the multiplication, as a nullable value.
Remarks
If the second value is null, then the return value is null.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0, Portable