C# Class RavenFS.Studio.Extensions.DoubleExtensions

显示文件 Open project: hibernating-rhinos/RavenFS

Public Methods

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

Method Details

Clamp() public static method

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