ClMtxExpr::Frac Function

Overload List

#SignatureDescription
1clVector Frac(TOpenCLVector *X);Return the fractional part of a real number in the source.
2clMatrix Frac(TOpenCLMatrix *X);Return the fractional part of a real number in the source.
3clValue Frac(TOpenCLValue *X);Return the fractional part of a real number in the source.

Overload 1: clVector Frac(TOpenCLVector *X);

Return the fractional part of a real number in the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Frac

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix Frac(TOpenCLMatrix *X);

Return the fractional part of a real number in the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Frac

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue Frac(TOpenCLValue *X);

Return the fractional part of a real number in the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Frac

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler