OpenHardwareMonitor.UnitCreator Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that crates an instance of a quantity from a value
C#
public delegate UnitsNet.IQuantity OpenHardwareMonitor.UnitCreator(double value);
type OpenHardwareMonitor.UnitCreator = delegate of double -> IQuantity
Public Delegate Function OpenHardwareMonitor.UnitCreator(value As Double) As IQuantity
- value
- Double
Value to convert
UnitsNet.IQuantity
A Quantity instance
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET IoT Libraries | 2.1.0, 2.2.0 |