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

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

LanguagePrimitives.IntrinsicFunctions, module (F#)

Core.LanguagePrimitives, module (F#)