ProjectedFileSystemItemAlignDown Method |
Aligns a number to a given aligment.
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static int AlignDown(
int number,
int alignment
)
Parameters
- number
- Type: SystemInt32
The number. - alignment
- Type: SystemInt32
The alignment.
Return Value
Type:
Int32The aligned value.
See Also