Method MinOrMax
View SourceMinOrMax(Single, Single)
Returns the minimum of two values.
Declaration
protected override float MinOrMax(float x, float y)
Parameters
Type | Name | Description |
---|---|---|
Single | x | The first value. |
Single | y | The second value. |
Returns
Type | Description |
---|---|
Single | The minimum of two values. |
Overrides
Remarks
The child class overrides this method to return either the minimum or maximum.