C# Class NMeasure.Converting.UnitGraphNode

Mostra file Open project: flq/NMeasure Class Usage Examples

Public Methods

Method Description
AddConversion ( UnitGraphNode to, Measure>.Func edgeToTarget ) : UnitGraphEdge
AddConversion ( UnitGraphNode to, decimal>.Func edgeToTarget ) : UnitGraphEdge
UnitGraphNode ( Unit unit ) : System

Method Details

AddConversion() public method

public AddConversion ( UnitGraphNode to, Measure>.Func edgeToTarget ) : UnitGraphEdge
to UnitGraphNode
edgeToTarget Measure>.Func
return UnitGraphEdge

AddConversion() public method

public AddConversion ( UnitGraphNode to, decimal>.Func edgeToTarget ) : UnitGraphEdge
to UnitGraphNode
edgeToTarget decimal>.Func
return UnitGraphEdge

UnitGraphNode() public method

public UnitGraphNode ( Unit unit ) : System
unit Unit
return System