Change a floating-point property value

ss_prop_set_f is a function defined in ssprop.c.

Synopsis:

herr_t ss_prop_set_f(ss_prop_t *prop, const char *name, double value)

Formal Arguments:

  • prop: property list to be modified
  • name: name of property to be modified
  • value: new floating-point value

Description: This is a convenience function for modifying a floating-point property. See ss_prop_set for details.

Return Value: See ss_prop_set.

Parallel Notes: Independent

See Also: