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 pieds carrés

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 SquareFoot : IArea, 
	IComparable<SquareFoot>, IEquatable<SquareFoot>, IFormattable
Visual Basic (Déclaration)
Public Structure SquareFoot _
	Implements IArea, IComparable(Of SquareFoot),  _
	IEquatable(Of SquareFoot), IFormattable
Visual C++
public value class SquareFoot : IArea, 
	IComparable<SquareFoot>, IEquatable<SquareFoot>, IFormattable

Voir aussi