C# Class Xamarin.Canvas.NumericExtensions

显示文件 Open project: Clancey/Canvas

Public Methods

Method Description
Clamp ( this self, double min, double max ) : double

Method Details

Clamp() public static method

public static Clamp ( this self, double min, double max ) : double
self this
min double
max double
return double