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.]
Indique si r1 est strictement supérieur à r2.
Espace de nom : Developpez.DotnetAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static bool operator >( Roman r1, Roman r2 ) |
Visual Basic (Déclaration) |
---|
Public Shared Operator > ( _ r1 As Roman, _ r2 As Roman _ ) As Boolean |
Visual C++ |
---|
public: static bool operator >( Roman r1, Roman r2 ) |
Paramètres
- r1
- Type: Developpez.Dotnet..::..Roman
Nombre romain.
- r2
- Type: Developpez.Dotnet..::..Roman
Nombre romain.