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.

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 (
	long i
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	i As Long _
) As Roman
Visual C++
static explicit operator Roman (
	long long i
)

Parameters

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

Return Value

Le nombre romain correspondant à l'entier 64 bits.

See Also