CurrentBin

public enum CurrentBin : String, Encodable

Only applies if cumulative is enabled.

Sets whether the current bin is included, excluded, or has half of its value included in the current cumulative value. include is the default for compatibility with various other tools, however it introduces a half-bin bias to the results. exclude makes the opposite half-bin bias, and half removes it.

  • Undocumented

    Declaration

    Swift

    case include
  • Undocumented

    Declaration

    Swift

    case exclude
  • Undocumented

    Declaration

    Swift

    case half