Header menu logo FSharp.Core

NumericLiteralI Module

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

Functions and values

Function or value Description

FromInt32 value

Full Usage: FromInt32 value

Parameters:
Returns: 'T

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

value : int32
Returns: 'T

FromInt64 value

Full Usage: FromInt64 value

Parameters:
Returns: 'T

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

value : int64
Returns: 'T

FromInt64Dynamic value

Full Usage: FromInt64Dynamic value

Parameters:
Returns: obj

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

value : int64
Returns: obj

FromOne ()

Full Usage: FromOne ()

Parameters:
Returns: 'T

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

() : unit
Returns: 'T

FromString text

Full Usage: FromString text

Parameters:
Returns: 'T

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

text : string
Returns: 'T

FromStringDynamic text

Full Usage: FromStringDynamic text

Parameters:
Returns: obj

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

text : string
Returns: obj

FromZero ()

Full Usage: FromZero ()

Parameters:
Returns: 'T

Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI'

() : unit
Returns: 'T

Type something to start searching.