clValue::Size Method

Overload List

#SignatureDescription
1TOpenCLBase *Size(TOpenCLBase *Src, bool AComplex) const;Obtains the precision (single or double) from Src and sets Complex property to aComplex.
2void Size(TclFloatPrecision aPrecision, bool AComplex) const;Specify the precision (single or double) and if the value is to be complex or real.

Overload 1: TOpenCLBase *Size(TOpenCLBase *Src, bool AComplex) const;

Obtains the precision (single or double) from Src and sets Complex property to aComplex.

#NameTypeDescription
1SrcTOpenCLBase *
2AComplexbool
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 2: void Size(TclFloatPrecision aPrecision, bool AComplex) const;

Specify the precision (single or double) and if the value is to be complex or real.

#NameTypeDescription
1aPrecisionTclFloatPrecision
2AComplexbool
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler