C# Class NMeasure.Converting.UnitGraphEdge

A unit graph edge links two units in terms of converting from one unit to another
Afficher le fichier Open project: flq/NMeasure Class Usage Examples

Méthodes publiques

Méthode Description
ApplyConversion ( Measure m ) : Measure
Equals ( UnitGraphEdge other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
UnitGraphEdge ( Unit from, Measure>.Func fromToTo, Unit to ) : System
UnitGraphEdge ( Unit from, decimal>.Func fromToTo, Unit to ) : System

Method Details

ApplyConversion() public méthode

public ApplyConversion ( Measure m ) : Measure
m Measure
Résultat Measure

Equals() public méthode

public Equals ( UnitGraphEdge other ) : bool
other UnitGraphEdge
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

UnitGraphEdge() public méthode

public UnitGraphEdge ( Unit from, Measure>.Func fromToTo, Unit to ) : System
from Unit
fromToTo Measure>.Func
to Unit
Résultat System

UnitGraphEdge() public méthode

public UnitGraphEdge ( Unit from, decimal>.Func fromToTo, Unit to ) : System
from Unit
fromToTo decimal>.Func
to Unit
Résultat System