public sealed class Electricity
Public NotInheritable Class Electricity
Dim instance As Units.Electricity
public ref class Electricity sealed
[<SealedAttribute>]
type Electricity = class end
No code example is currently available or this language may not be supported.
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Ampere | An ampere (symbol: A; abbreviated as amp) is a unit of electric current. The ampere is that constant current which, if maintained in two straight parallel conductors of infinite length, of negligible circular cross-section, and placed one metre apart in vacuum, would produce between these conductors a force equal to 2×10^−7 newtons per metre of length. |
Coulomb | A coulomb (symbol: C) is a derived unit of electric charge. It is the charge (symbol: Q or q) transported by a constant current of one ampere in one second. |
Farad | A farad (symbol: Pa) is a derived unit of electrical capacitance, the ability of a body to store an electrical charge. One farad is defined as the capacitance across which, when charged with one coulomb, there is a potential difference of one volt. |
Ohm | An ohm (symbol: Ω) is a derived unit of electrical resistance. The ohm is defined as an electrical resistance between two points of a conductor when a constant potential difference of 1 volt, applied to these points, produces in the conductor a current of 1 ampere, the conductor not being the seat of any electromotive force. |
Volt | A volt (symbol: V) is a derived unit for electric potential, electric potential difference (voltage), and electromotive force. One volt is defined as the difference in electric potential between two points of a conducting wire when an electric current of one ampere dissipates one watt of power between those points. |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |