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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Version Information

F# Runtime

Supported in: 2.0, 4.0

Silverlight

Supported in: 3

See Also

Reference

Core.NumericLiterals Module (F#)