EnergyToCoulombs Method

Gets the Charge value in coulombs given the specified volts.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.153 -- Release Build+cfa0f66eec3b78014206cf98a152ef9e72791f21
public Charge ToCoulombs(
	Voltage volts
)

Parameters

volts  Voltage
Source Voltage used to calculate Charge value.

Return Value

Charge
Charge value in coulombs given the specified volts.

See Also