/// <summary>
 /// Get null Number value
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static double?GetNull(this INumber operations)
 {
     return(operations.GetNullAsync().GetAwaiter().GetResult());
 }