Esempio n. 1
0
 /// <summary>
 /// Get '-9999999.999' numeric value
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='doublePath'>
 /// '-9999999.999'numeric value
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DoubleDecimalNegativeAsync(this IPaths operations, double?doublePath, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.DoubleDecimalNegativeWithHttpMessagesAsync(doublePath, null, cancellationToken).ConfigureAwait(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Get '-9999999.999' numeric value
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async System.Threading.Tasks.Task DoubleDecimalNegativeAsync(this IPaths operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     await operations.DoubleDecimalNegativeWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false);
 }