fixate_field_nearest_double
Description:
public bool fixate_field_nearest_double (
string field_name,
double target)
Fixates a Structure by changing the given field to the nearest double to
target that is a subset of the existing field.
Parameters:
| this |
a Structure
|
| field_name |
a field in this
|
| target |
the target value of the fixation
|
Returns:
|
true if the structure could be fixated
|