Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

cdf_73.c

Go to the documentation of this file.
00001 #include "cdflib.h"
00002 double fifdint(double a)
00003 /************************************************************************
00004 FIFDINT:
00005 Truncates a double precision number to an integer and returns the
00006 value in a double.
00007 ************************************************************************/
00008 /* a     -     number to be truncated */
00009 {
00010   return (double) ((int) a);
00011 } /* END */
 

Powered by Plone

This site conforms to the following standards: