Click or drag to resize

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
C#
public static int AlignDown(
	int number,
	int alignment
)

Parameters

number
Type: SystemInt32
The number.
alignment
Type: SystemInt32
The alignment.

Return Value

Type: Int32
The aligned value.
See Also