Version

GetFirstDistinctMonotonicNumericProperty Method

Gets the first numeric property with distinct values which also monotonically increases or decreases for the given check amount.
Syntax
public string GetFirstDistinctMonotonicNumericProperty( 
   int distinctCheckThreshold
)

Parameters

distinctCheckThreshold
The amount of items to check for distinctness.

Return Value

The first numeric property with distinct values which also monotonically increases or decreases.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also