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

Représente une surface en hectares

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

Syntaxe

C#
public struct Hectare : IArea, IComparable<Hectare>, 
	IEquatable<Hectare>, IFormattable
Visual Basic (Déclaration)
Public Structure Hectare _
	Implements IArea, IComparable(Of Hectare),  _
	IEquatable(Of Hectare), IFormattable
Visual C++
public value class Hectare : IArea, 
	IComparable<Hectare>, IEquatable<Hectare>, IFormattable

Voir aussi