Afficher : Delphi
C++
Préférences d'affichage
System.Math.Min
De XE2 API Documentation
Delphi
function Min(const A, B: Integer): Integer; function Min(const A, B: Int64): Int64; function Min(const A, B: UInt64): UInt64; function Min(const A, B: Single): Single; function Min(const A, B: Double): Double; function Min(const A, B: Extended): Extended;
C++
extern PACKAGE int __fastcall Min(const int A, const int B)/* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Renvoie la plus petite de deux valeurs numériques (Delphi uniquement).
Appelez Min pour comparer deux valeurs numériques dans Delphi. Min renvoie la plus petite des deux.