F64_Frac()

Syntax

pointer.double = F64_Frac(n.double [,result.double])

Description

Extracts the fractional part of n and puts the result back into n,

if the optional parameter result is present then the result is put into the variable result and n remains unaffected.