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