Nullable.int<^T> Function (F#)
Visual Studio 2012
Converts the argument to signed 32-bit integer (int). This is a direct conversion for all primitive numeric types. The operation requires an appropriate static conversion method on the input type.
Namespace/Module Path: Microsoft.FSharp.Linq.Nullable
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: int : Nullable<^T> -> Nullable<int> when ^T with static member op_Explicit and ^T : (new : unit -> ^T) and ^T : struct and ^T :> ValueType // Usage: Nullable.int value