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

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 short (
	Roman r
)
Visual Basic (Déclaration)
Public Shared Narrowing Operator CType ( _
	r As Roman _
) As Short
Visual C++
static explicit operator short (
	Roman r
)

Paramètres

r
Type: Developpez.Dotnet..::..Roman
Nombre romain.

Valeur de retour

L'entier 16 bits correspondant au nombre romain.

Voir aussi