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 DoubleDecimalPositiveAsync(this IPaths operations, double?doublePath, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.DoubleDecimalPositiveWithHttpMessagesAsync(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 DoubleDecimalPositiveAsync(this IPaths operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     await operations.DoubleDecimalPositiveWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false);
 }