fdimf Function

Determines the positive difference between the arguments

inline float fdimf(
   float _X,
   float _Y
) restrict(amp);

Parameters

  • _X
    Floating-point value

  • _Y
    Floating-point value

Return Value

Returns _X - _Y if _X > _Y; +0, otherwise

Requirements

Header: amp_math.h

Namespace: Concurrency::precise_math

See Also

Reference

Concurrency::precise_math Namespace