dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Enums
OrderBy Enum
Specify ASC (ascending) or DESC (descending) to control the order of the data. For example, in a data set of 10 values from 1 to 10, the percentile value for 0.9 with orderBy set to ascending (ASC) is 9, but when orderBy is set to descending (DESC) the result is 2. The default is ASC.
public enum OrderBy
Fields
Asc
0
Desc
1