Home
last modified time | relevance | path

Searched defs:Mul_Value (Results 1 – 3 of 3) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dtable_record.cpp334 bool CSG_Table_Record::Mul_Value(int iField, double Value) in Mul_Value() function in CSG_Table_Record
344 bool CSG_Table_Record::Mul_Value(const CSG_String &Field, double Value) in Mul_Value() function in CSG_Table_Record
H A Dgrids.h402 …virtual void Mul_Value(int x, int y, int z, double Value) { Set_Value(x, y, z, asDouble(x, y, … in Mul_Value() function
403 …virtual void Mul_Value(sLong i, double Value) { Set_Value( i, asDouble( … in Mul_Value() function
H A Dgrid.h807 …virtual void Mul_Value(int x, int y, double Value) { Set_Value(x, y, asDouble(x, y) * Value );… in Mul_Value() function
808 …virtual void Mul_Value(sLong i, double Value) { Set_Value( i, asDouble( i) * Value );… in Mul_Value() function