Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Indique si r1 est strictement inférieur à r2.
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static bool operator <( Roman r1, Roman r2 ) |
Visual Basic (Declaration) |
---|
Public Shared Operator < ( _ r1 As Roman, _ r2 As Roman _ ) As Boolean |
Visual C++ |
---|
public: static bool operator <( Roman r1, Roman r2 ) |
Parameters
- r1
- Type: Developpez.Dotnet..::.Roman
Nombre romain.
- r2
- Type: Developpez.Dotnet..::.Roman
Nombre romain.