Share via


NumericLiterals.NumericLiteralI Module (F#)

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

Namespace/Module Path: Microsoft.FSharp.Core.NumericLiterals

Assembly: FSharp.Core (in FSharp.Core.dll)

module NumericLiteralI

Values

Value

Description

FromInt32 : int32 -> 'T

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

FromInt64 : int64 -> 'T

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

FromInt64Dynamic : int64 -> obj

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

FromOne : unit -> 'T

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

FromString : string -> 'T

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

FromStringDynamic : string -> obj

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

FromZero : unit -> 'T

Provides a default implementation of F# numeric literal syntax for literals of the form dddI.

Platforms

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

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Core.NumericLiterals Module (F#)