Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/ [Ceci est une documentation préliminaire, sous réserve de modification.]
Convertit un entier en nombre romain.
Namespace:
Developpez.Dotnet
Assembly:
Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static explicit operator Roman (
int i
) |
| Visual Basic (Declaration) |
|---|
Public Shared Narrowing Operator CType ( _
i As Integer _
) As Roman |
| Visual C++ |
|---|
static explicit operator Roman (
int i
) |
Return Value
Le nombre romain correspondant à l'entier.
See Also