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