FilesGetBlocksCount(Int64, Int32) Method
Obtains the number of blocks based on the length and size of each block.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static int GetBlocksCount(
long length,
int blockLength
)
Public Shared Function GetBlocksCount (
length As Long,
blockLength As Integer
) As Integer
- length Int64
- Length to divide into blocks.
- blockLength Int32
- Length of each block.
Int32Int32 with the number of blocks based on the length of a file and the size of each block.