RealModulo - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// math3dhelper.h

float RealModulo(
  float x,
  float y
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-math3dhelper-realmodulo)

RealModulo function

Description

Calculates the modular value between x and y.

Parameters

x

x-coordinate.

y

y-coordinate.

Return value

This function returns a float.

Remarks

See also