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 température en kelvins

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

Voir aussi