Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Frac(TOpenCLVector *X); | Return the fractional part of a real number in the source. |
| 2 | clMatrix Frac(TOpenCLMatrix *X); | Return the fractional part of a real number in the source. |
| 3 | clValue 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::Frac
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler