Partager via


IntrinsicFunctions.MakeDecimal, fonction (F#)

Cette fonction implémente l'analyse des constantes décimales

Espace de noms/Chemin du module : Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions

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

// Signature:
MakeDecimal : int -> int -> int -> bool -> byte -> decimal

// Usage:
MakeDecimal low medium high isNegative scale

Paramètres

  • low
    Type : int

  • medium
    Type : int

  • high
    Type : int

  • isNegative
    Type : bool

  • scale
    Type : byte

Notes

Cette fonction doit être utilisée par le code F# compilé et ne doit pas être utilisée directement.

Plateformes

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

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

LanguagePrimitives.IntrinsicFunctions, module (F#)

Core.LanguagePrimitives, module (F#)