Operators.int64<^T> Function (F#)
Visual Studio 2010
Converts the argument to signed 64-bit integer. This is a direct conversion for all primitive numeric types. For strings, the input is converted using Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
Namespace/Module Path: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: int64 : ^T -> int64 (requires ^T with static member op_Explicit) // Usage: int64 value