/// <summary> /// Get '-1.034E-20' numeric value /// </summary> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='cancellationToken'> /// The cancellation token. /// </param> public static async Task FloatScientificNegativeAsync(this IQueries operations, CancellationToken cancellationToken = default(CancellationToken)) { await operations.FloatScientificNegativeWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false); }