Click or drag to resize

VoltageConvertFrom Method

Converts the value in the specified sourceUnit to a new Voltage in volts.

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

Parameters

value  Double
Source value.
sourceUnit  VoltageUnit
Source value units.

Return Value

Voltage
New Voltage from the specified value in sourceUnit.
See Also