다음을 통해 공유


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

나머지 연산자는 왼쪽에 표시 되는 null 허용 값.

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

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

// Signature:
( ?% ) : Nullable<^T1> -> ^T2 -> Nullable<^T3> when ^T1 with static member op_Modulus and ^T1 : (new : unit ->  ^T1) and ^T1 : struct and ^T1 :> ValueType and ^T2 with static member op_Modulus and ^T3 : (new : unit ->  ^T3) and ^T3 : struct and ^T3 :> ValueType

// Usage:
nullableValue ?% value

매개 변수

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

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

  • value
    형식: ^ T2

    두 번째 입력된 값입니다.

반환 값

Nullable 값으로 나머지 연산의 결과입니다.

설명

첫 번째 값이 null 이면 반환 값은 null입니다.

플랫폼

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

버전 정보

F# 코어 라이브러리 버전

지원: 4.0, 노트북

참고 항목

참조

Linq.NullableOperators 모듈(F#)

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