Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/ 
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
            Teste si la première surface est supérieure ou égale à la deuxième.
            
Espace de nom : Developpez.Dotnet.MeasuresAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
 Syntaxe
Syntaxe
| C# | 
|---|
| public static bool operator >=( SquareFoot a, SquareFoot b ) | 
| Visual Basic (Déclaration) | 
|---|
| Public Shared Operator >= ( _ a As SquareFoot, _ b As SquareFoot _ ) As Boolean | 
| Visual C++ | 
|---|
| public: static bool operator >=( SquareFoot a, SquareFoot b ) | 
Paramètres
- a
- Type: Developpez.Dotnet.Measures..::..SquareFoot
 Première surface
- b
- Type: Developpez.Dotnet.Measures..::..SquareFoot
 Deuxième surface






