|
cfAbs
|
result is the absolute of the value
|
|
cfArcTan
|
result is the ArcTan of the value in radians
|
|
cfCos
|
result is the cosine of the value in radians
|
|
cfDec
|
result is the value - 1
|
|
cfFrac
|
result is the decimal portion of the value
|
|
cfHoursToTime
|
converts the value in hours to DateTime format
|
|
cfInc
|
result is the value + 1
|
|
cfMinsToTime
|
converts the value in minutes to DateTime format
|
|
cfNeg
|
result is the value * -1
|
|
cfNone
|
result is unchanged
|
|
cfPercent
|
result is multiplied by 100
|
|
cfRandom
|
Result is a random value between 0 and the value
|
|
cfRound
|
Result is rounded to the nearest integer
|
|
cfRound1
|
Result is rounded to the 1st decimal place
|
|
cfRound2
|
Result is rounded to the 2nd decimal place
|
|
cfRound3
|
Result is rounded to the 3rd decimal place
|
|
cfRound4
|
Result is rounded to the 4th decimal place
|
|
cfRound5
|
Result is rounded to the 5th decimal place
|
|
cfSecsToTime
|
Converts the value in seconds to datetime format
|
|
cfSin
|
Result is the Sine of the value in radians
|
|
cfSqr
|
Result is the square of the value
|
|
cfSqrt
|
Result is the square root of the value
|
|
cfTimeToHours
|
Converts the value in datetime format to hours
|
|
cfTimeToMins
|
Converts the value in DateTime format to minutes
|
|
cfTimeToSecs
|
Converts the value in DateTime format to seconds
|
|
cfTrunc
|
Result is the integer portion of the value
|