XLL+ Class Library (6.3)

ple::clr::toClrInts

Transform an array of long to a CLR int array

array<int>^ toClrInts(
   std::vector<long>& vec
);
array<int, 2>^ toClrInts(
   ple::mtx_ptrs<long>& mat
);

Parameters

vec

A vector of integer values received from Excel.

mat

A matrix of integer values received from Excel.

Return Value

A CLR object, that may be passed directly to a .NET method, using C++/CLI.

Requirements

Header: xlpclrconvert.h

See Also

Common Language Runtime support functions | toClr<T> | toClrDates