Voltage   Conversion (Double to Voltage)

Implicitly converts value, represented in volts, to a Voltage.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.174 -- Release Build+aa37ec1cbeacbf32d632bf098b6401a4346e3db1
public static implicit operator Voltage (
	double value
)

Parameters

value  Double
A Double value.

Return Value

Voltage
A Voltage object.

See Also