DdmReader.ReadDecimalFloatAsync(Int32, Boolean, CancellationToken) Method

Definition

public:
 System::Threading::Tasks::Task<System::Decimal> ^ ReadDecimalFloatAsync(int length, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<decimal> ReadDecimalFloatAsync (int length, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.ReadDecimalFloatAsync : int * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<decimal>

Parameters

length
Int32
isAsync
Boolean
cancellationToken
CancellationToken

Returns

Task<Decimal>

Applies to