Semagle.Framework


Value

Namespace: Semagle.Logging

Allows you to clearly deliniate the accuracy and type of the measurement/gauge.

Union Cases

Union CaseDescription
BigInt(bigint)
Signature: bigint
Float(float)
Signature: float

A CLR Double / F# float represented as a DU case

Fraction(int64,int64)
Signature: int64 * int64
Int64(int64)
Signature: int64

A CLR Int64 / F# int64 represented as a DU case

Instance members

Instance memberDescription
x.toFloat()
Signature: unit -> float

Convert the Gauge value to a float (best as possible; this may lead to a loss of accuracy).

Fork me on GitHub