Ham Cockpit   

    Show / Hide Table of Contents

    Method MinOrMax

    View Source

    MinOrMax(Single, Single)

    Returns the maximum 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 maximum of two values.

    Overrides
    BaseSlidingFilter.MinOrMax(Single, Single)
    • View Source
    Back to top Generated by DocFX