Version

IsMonotonic Method

Returns true if the provided property monotonically increases or decreases for the specified amount of items to check.
Syntax

Parameters

provider
The data to check.
property
The property to check.
monotonicCheckAmount
The amount of items to check.

Return Value

True if the values monotonically increase or decrease.
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