Click or drag to resize
Accord.NET (logo)

SystemToolsSetUnmanagedMemory Method (Byte, Int32, Int32)

Fill memory region with specified value.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static byte* SetUnmanagedMemory(
	byte* dst,
	int filler,
	int count
)
Request Example View Source

Parameters

dst
Type: SystemByte*
Destination pointer.
filler
Type: SystemInt32
Filler byte's value.
count
Type: SystemInt32
Memory block's length to fill.

Return Value

Type: Byte*
Return's value of dst - pointer to destination.
See Also