Table of Contents

Struct MetricsPercentiles<T>

Namespace
Phoesion.Glow.SDK.Lighthouse.API
Assembly
Phoesion.Glow.SDK.Lighthouse.API.dll
public struct MetricsPercentiles<T>

Type Parameters

T
Inherited Members

Properties

P0

public T P0 { readonly get; set; }

Property Value

T

P100

public T P100 { readonly get; set; }

Property Value

T

P25

public T P25 { readonly get; set; }

Property Value

T

P50

public T P50 { readonly get; set; }

Property Value

T

P75

public T P75 { readonly get; set; }

Property Value

T

P90

public T P90 { readonly get; set; }

Property Value

T

P95

public T P95 { readonly get; set; }

Property Value

T

P99

public T P99 { readonly get; set; }

Property Value

T