Semagle.Framework


Gauge

Namespace: Semagle.Logging
Attributes:
[<Struct>]

Union Cases

Union CaseDescription
Gauge(Value,Units)
Signature: Value * Units

Instance members

Instance memberDescription
x.unit
Signature: Units

CompiledName: get_unit

x.value
Signature: Value

CompiledName: get_value

Static members

Static memberDescription
Gauge.ofBclTicks(bclTicks)
Signature: bclTicks:float -> Gauge
Gauge.ofBclTicks(bclTicks)
Signature: bclTicks:int64 -> Gauge
Gauge.ofBclTicks(bclTicks)
Signature: bclTicks:Value -> Gauge
Gauge.ofMillis(ms)
Signature: ms:int64 -> Gauge
Gauge.ofMillis(ms)
Signature: ms:float -> Gauge
Gauge.ofMillis(ms)
Signature: ms:Value -> Gauge
Gauge.ofNanos(ns)
Signature: ns:float -> Gauge
Gauge.ofNanos(ns)
Signature: ns:int64 -> Gauge
Gauge.ofNanos(ns)
Signature: ns:Value -> Gauge
Gauge.ofStopwatchTicks(swTicks)
Signature: swTicks:float -> Gauge
Gauge.ofStopwatchTicks(swTicks)
Signature: swTicks:int64 -> Gauge
Gauge.ofStopwatchTicks(swTicks)
Signature: swTicks:Value -> Gauge
Fork me on GitHub