[Top]
[Prev]
[Next]
[Bottom]
SDsetfillvalue/sfsfill
intn SDsetfillvalue(int32
sds_id
, VOIDP
fill_value
)
sds_id
IN:
Dataset identifier returned from
SDselect
fill_value
IN:
Fill value
Purpose
Sets the fill value for the specified dataset.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
The fill value is assumed to have the same data type as the dataset.
FORTRAN
integer function sfsfill(sds_id, fill_value)
integer sds_id, fill_value
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.