SoMemoryBufferSetSize Method (UInt64, UInt64) |
Namespace: OIV.ScaleViz.MiscAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetSize(
ulong size,
ulong nbElement
)
Public Sub SetSize (
size As ULong,
nbElement As ULong
)
public:
void SetSize(
unsigned long long size,
unsigned long long nbElement
)
member SetSize :
size : uint64 *
nbElement : uint64 -> unit
Parameters
- size
- Type: SystemUInt64
- nbElement
- Type: SystemUInt64
Remarks
See Also