Microsoft DirectX 9.0

CPullPin::AlignDown

The AlignDown method truncates a value to a specified alignment boundary.

Syntax

LONGLONG AlignDown(
    LONGLONG ll,
    LONG lAlign
); 

Parameters

ll

Specifies the number to align.

lAlign

Specifies the alignment boundary.

Return Value

Returns the aligned result.

See Also