Frequency
public struct Frequency : IEquatable<Frequency>, IComparable<Frequency>, ICssPrimitiveValue, ICssValue
Represents a time value.
The various frequency units.
Gets the CSS text representation.
Gets the type of the length.
Gets the representation of the unit as a string.
Gets the value of frequency.
Creates a new frequency value.
Gets the unit from the enumeration for the provided string.
Checks for equality of two frequencies.
Compares the magnitude of two frequencies.
Compares the magnitude of two frequencies.
Checks for inequality of two frequencies.
Compares the magnitude of two frequencies.
Compares the magnitude of two frequencies.
Tries to convert the given string to a Frequency.
Compares the current frequency against the given one.
Checks for equality with the other frequency.
Converts the value to Hz.