SoMorphoLut2DGetLongNumKernels Method |
Note: This API is now obsolete.
Return the number of kernels registered in the LUT.
Namespace: OIV.ImageViz.Nodes.LutsAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetNumKernels() instead.")]
public ulong GetLongNumKernels()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetNumKernels() instead.")>
Public Function GetLongNumKernels As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetNumKernels() instead.")]
unsigned long long GetLongNumKernels()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetNumKernels() instead.")>]
member GetLongNumKernels : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also