DeviceInfoQueryMemory Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.DeviceInfo.QueryMemory(System.Int64@,System.Int64@)"]

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void QueryMemory(
	out long totalMemory,
	out long freeMemory
)

Parameters

totalMemory
Type: SystemInt64

[Missing <param name="totalMemory"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.DeviceInfo.QueryMemory(System.Int64@,System.Int64@)"]

freeMemory
Type: SystemInt64

[Missing <param name="freeMemory"/> documentation for "M:OpenCvSharp.CPlusPlus.Gpu.DeviceInfo.QueryMemory(System.Int64@,System.Int64@)"]

See Also

Reference