AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.3" />

.NET API 1,189,376 bytes

 Frequency

Represents a time value.
public enum Unit

The various frequency units.

public Unit Type { get; }

Gets the type of the length.

public string UnitString { get; }

Gets the representation of the unit as a string.

public float Value { get; }

Gets the value of frequency in Hz.

public Frequency(float value, Unit unit)

Creates a new frequency value.

public static float op_Explicit(Frequency frequency)

Converts the frequency to a single floating point.

public int CompareTo(Frequency other)

Compares the current frequency against the given one.

public bool Equals(Frequency other)

Checks for equality with the other frequency.

public string ToString(string format, IFormatProvider formatProvider)

Returns a formatted string representing the frequency.