| ReadOnlyArray2DTGetLength Method |
Gets a 32-bit integer that represents the number of elements in the specified dimension of the System.Array.
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int GetLength(
int dimension
)
Public Function GetLength (
dimension As Integer
) As Integer
public:
int GetLength(
int dimension
)
member GetLength :
dimension : int -> int
Parameters
- dimension
- Type: SystemInt32
[Missing <param name="dimension"/> documentation for "M:OpenCvSharp.Util.ReadOnlyArray2D`1.GetLength(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:OpenCvSharp.Util.ReadOnlyArray2D`1.GetLength(System.Int32)"]
See Also