UnitsVolume Class

Provides units of Volume.

Definition

Namespace: DevCase.Core.Math.Science
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class Volume
Inheritance
Object    UnitsVolume

Remarks

Methods

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)

Fields

CentiLitre A centilitre (symbol: cL) is a unit of Volume equals to one hundredth (1/10^-2) of a litre.
CubicMetre A cubic metre (symbol: m³) is a derived unit of Volume.

It is defined as the volume of a cube with edges one metre in length.

DecaLitre A decalitre (symbol: daL) is a unit of Volume equals to ten (10^1) litres.
DeciLitre A decilitre (symbol: dL) is a unit of Volume equals to one tenth (1/10) of a litre.
HectoLitre An hectolitre (symbol: hL) is a unit of Volume equals to one hundred (10^2) litres.
KiloLitre A kilolitre (symbol: kL) is a unit of Volume equals to one thousand (10^3) of litres.
Litre A litre (symbol: L; commonly abbreviated as ltr) is the base metric system unit of Volume.

It is equal to 1 cubic decimetre (dm3), 1,000 cubic centimetres (cm3) or 1/1,000 cubic metre (m³).

MicroLitre A microlitre (symbol: μL) is a unit of Volume equals to one millionth (1/10^-6) of a litre.
MilliLitre A millilitre (symbol: mL) is a unit of Volume equals to one thousandth (1/10^-3) of a litre.
NanoLitre A nanolitre (symbol: μL) is a unit of Volume equals to one billionth (1/10^-9) of a litre.

Extension Methods

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)

See Also