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.]

Initialise une nouvelle instance de la classe Roman à partir d'un nombre entier.

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Roman(
	int value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Integer _
)
Visual C++
public:
Roman(
	int value
)

Parameters

value
Type: System..::.Int32
Entier.

See Also