Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: double ClipMax(this double, double)

Declaration

public static double ClipMax(
    this double value,
    double maximumValue
)

Summary

Clips this value so that it is no greater than the maximum value specified.