Click or drag to resize

VoltageFromStatvolts Method

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

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

Parameters

value  Double
New Voltage value in statvolts.

Return Value

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