NativeMethodscore_SparseMat_ptr_nd Method (IntPtr, Int32, Int32, UInt64)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)]
public static IntPtr core_SparseMat_ptr_nd(
IntPtr obj,
int[] idx,
int createMissing,
ref ulong hashval
)
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl,
ExactSpelling := true>]
Public Shared Function core_SparseMat_ptr_nd (
obj As IntPtr,
idx As Integer(),
createMissing As Integer,
ByRef hashval As ULong
) As IntPtr
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl,
ExactSpelling = true)]
static IntPtr core_SparseMat_ptr_nd(
IntPtr obj,
array<int>^ idx,
int createMissing,
unsigned long long% hashval
)
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)>]
static member core_SparseMat_ptr_nd :
obj : IntPtr *
idx : int[] *
createMissing : int *
hashval : uint64 byref -> IntPtr
OpenCvSharp.NativeMethods.core_SparseMat_ptr_nd = function(obj, idx, createMissing, hashval);
Parameters
- obj
- Type: SystemIntPtr
- idx
- Type: SystemInt32
- createMissing
- Type: SystemInt32
- hashval
- Type: SystemUInt64
Return Value
Type:
IntPtr
See Also