Units
Namespace: Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols
Nested types and modules
Type | Description |
Hz
|
Hz (cycles per second)
|
bit
|
Binary bits.
|
dB
|
dB decibels
|
dBm
|
dBm i.e. decibels with respect to 1 mW of power
|
deg
|
Degrees
|
dp
|
Decimal places.
|
pct
|
Percent
|
rad
|
Radians
|
sf
|
Significant figures.
|
step
|
Number of digital steps.
|
Functions and values
Function or value | Description |
degreesToRadians angle
Signature: angle:float<'?7173> -> float<MeasureProduct<'?7173,MeasureProduct<rad,MeasureProduct<MeasureInverse<deg>,MeasureOne>>>>
Type parameters: '?7173
|
|
fractionToPercentage fraction
Signature: fraction:float<'?7166> -> float<MeasureProduct<'?7166,MeasureProduct<pct,MeasureOne>>>
Type parameters: '?7166
|
|
percentageToFraction percentage
Signature: percentage:float<'?7168> -> float<MeasureProduct<'?7168,MeasureProduct<MeasureInverse<pct>,MeasureOne>>>
Type parameters: '?7168
|
|
radiansToDegrees angle
Signature: angle:float<'?7171> -> float<MeasureProduct<'?7171,MeasureProduct<MeasureInverse<rad>,MeasureProduct<deg,MeasureOne>>>>
Type parameters: '?7171
|
|