다음을 통해 공유


NullableOperators.( ?*? )<^T1,^T2,^T3> 함수(F#)

Nullable 값 왼쪽과 오른쪽에 표시 되는 곱하기 연산자입니다.

네임 스페이스/모듈과 경로: Microsoft.FSharp.Linq.NullableOperators

어셈블리: FSharp.Core(FSharp.Core.dll)

// Signature:
( ?*? ) : Nullable<^T1> -> Nullable<^T2> -> Nullable<^T3> when ^T1 with static member op_Multiply and ^T1 : (new : unit ->  ^T1) and ^T1 : struct and ^T1 :> ValueType 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:
nullableValue1 ?*? nullableValue2

매개 변수

  • nullableValue1
    형식: Nullable<T>< ^ t 1 >

    첫 번째 값, null 허용 값으로 입력합니다.

  • nullableValue2
    형식: Nullable<T>< ^ T2 >

    두 번째 값을 nullable 값으로 입력합니다.

반환 값

Nullable 값으로 곱셈의 결과입니다.

설명

다음 값 중 하나가 null 이면 반환 값은 null입니다.

플랫폼

Windows Windows 서버 2012, Windows Server 2008 R2, Windows 7, 8

버전 정보

F# 코어 라이브러리 버전

지원: 4.0, 노트북

참고 항목

참조

Linq.NullableOperators 모듈(F#)

Microsoft.FSharp.Linq 네임스페이스(F#)