You are here:
Home
>
MtxVec
>
TStringValue Class
>
IntVectorValue Property
MtxVec (C++)
Contents
|
Search
|
Home
TStringValue::IntVectorValue Property
TStringValue Class
__declspec
(property(get = GetIntVectorValue, put = SetIntVectorValue))
TVecInt
*IntVectorValue;
Returns value as Bool vector.
Read:
TVecInt
*GetIntVectorValue();
Write:
void
SetIntVectorValue(
TVecInt
*Value);
Declared in Dew::Math::TValueRec · Dew.Math/MtxParseClass.h · Cross-compiler