Click or drag to resize

VoltageFromAbvolts Method

Creates a new Voltage value from the specified value in abvolts.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static Voltage FromAbvolts(
	double value
)
View Source

Parameters

value  Double
New Voltage value in abvolts.

Return Value

Voltage
New Voltage object from the specified value in abvolts.
See Also