Property Percent
Percent
Returns the computed percent complete as a float value between 0 & 1. If TotalBytes == 0, 1 is returned.
Declaration
public readonly float Percent { get; }
Property Value
Type | Description |
---|---|
Single |
Returns the computed percent complete as a float value between 0 & 1. If TotalBytes == 0, 1 is returned.
public readonly float Percent { get; }
Type | Description |
---|---|
Single |