3 references to Normalize
Microsoft.CodeAnalysis.CSharp (3)
Utilities\ValueSetFactory.DecimalTC.cs (3)
45Debug.Assert(scale == DecimalRep.FromValue(value).Normalize().scale); // assert that the input is normalized 123scale: (byte)random.Next(0, maxScale + 1)).Normalize().Value; 126public static decimal Normalize(decimal value) => DecimalRep.FromValue(value).Normalize().Value;