Endorphin.Core


Units

Namespace: Microsoft.FSharp.Data.UnitSystems.SI.UnitSymbols

Nested types and modules

TypeDescription
G

Gause.

GHz

GHz (cycles per nanosecond)

Hz

Hz (cycles per second)

MHz

MHz (cycles per microsecond)

bit

Binary bits.

dB

dB decibels

dBm

dBm i.e. decibels with respect to 1 mW of power

deg

Degrees

dp

Decimal places.

kHz

kHz (cycles per millisecond)

pct

Percent

rad

Radians

sf

Significant figures.

step

Number of digital steps.

ModuleDescription
Length
Time
Voltage

Functions and values

Function or valueDescription
degreesToRadians angle
Signature: angle:float<'?7168> -> float<MeasureProduct<'?7168,MeasureProduct<rad,MeasureProduct<MeasureInverse<deg>,MeasureOne>>>>
Type parameters: '?7168
fractionToPercentage fraction
Signature: fraction:float<'?7162> -> float<MeasureProduct<'?7162,MeasureProduct<pct,MeasureOne>>>
Type parameters: '?7162
percentageToFraction percentage
Signature: percentage:float<'?7164> -> float<MeasureProduct<'?7164,MeasureProduct<MeasureInverse<pct>,MeasureOne>>>
Type parameters: '?7164
radiansToDegrees angle
Signature: angle:float<'?7166> -> float<MeasureProduct<'?7166,MeasureProduct<MeasureInverse<rad>,MeasureProduct<deg,MeasureOne>>>>
Type parameters: '?7166
Fork me on GitHub