/// <summary> /// Get small decimal value 2.5976931e-101 /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> public static decimal?GetSmallDecimal(this INumber operations) { return(operations.GetSmallDecimalAsync().GetAwaiter().GetResult()); }