Show / Hide Table of Contents

Enum CurveDirection

The direction of the curve's output as its input increases.

Namespace: Microsoft.XboxStudios.BotBrain.Statistics
Assembly: BotBrain.Core.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum CurveDirection

Fields

Name Description
Decreasing

Decreases with greater inputs.

Increasing

Increases with greater inputs.

  • View Source
In this article
Back to top Generated by DocFX