This document is archived and information here might be outdated. Recommended version. |
The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.
[Visual Basic .NET] Public Property OutputValues As IDoubleArray
[C#] public IDoubleArray OutputValues {get; set;}
[C++]
HRESULT get_OutputValues(
IDoubleArray** ppOutputValues
);
[C++]
HRESULT putref_OutputValues(
IDoubleArray* ppOutputValues
);
[C++]
Parameters ppOutputValues [out, retval]
ppOutputValues is a parameter of type IDoubleArray** ppOutputValues [in]
ppOutputValues is a parameter of type IDoubleArray*