Click or drag to resize

NativeMethodscore_cubeRoot Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_cubeRoot(System.Single,System.Single@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_cubeRoot(
	float val,
	out float returnValue
)

Parameters

val
Type: SystemSingle

[Missing <param name="val"/> documentation for "M:OpenCvSharp.NativeMethods.core_cubeRoot(System.Single,System.Single@)"]

returnValue
Type: SystemSingle

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_cubeRoot(System.Single,System.Single@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_cubeRoot(System.Single,System.Single@)"]

See Also