NumericLiteralI (FSharp.Core) (original) (raw)
NumericLiteralI Module
Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Parent Module: NumericLiterals
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: value :int32 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: value :int64 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: value :int64 Returns: objnull | Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI' value :int64 Returns: objnull |
FromOne () Full Usage: FromOne () Parameters: () :unit 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: text :string 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: text :string Returns: objnull | Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI' text :string Returns: objnull |
FromZero () Full Usage: FromZero () Parameters: () :unit Returns: 'T | Provides a default implementations of F# numeric literal syntax for literals of the form 'dddI' () :unit Returns: 'T |