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 64 bits en nombre romain.

Espace de nom : Developpez.Dotnet
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public static explicit operator Roman (
	long i
)
Visual Basic (Déclaration)
Public Shared Narrowing Operator CType ( _
	i As Long _
) As Roman
Visual C++
static explicit operator Roman (
	long long i
)

Paramètres

i
Type: System..::..Int64
Entier 64 bits.

Valeur de retour

Le nombre romain correspondant à l'entier 64 bits.

Voir aussi