18 using Newtonsoft.Json;
64 public InsightScore(
double direction,
double magnitude, DateTime updatedTimeUtc)
86 Direction = Math.Max(0, Math.Min(1, value));
90 Magnitude = Math.Max(0, Math.Min(1, value));
94 throw new ArgumentOutOfRangeException(nameof(type), type,
null);
124 throw new ArgumentOutOfRangeException(nameof(type), type,
null);