If inRaster < inputnumber1 Then
outRaster = 1
ElseIf inRaster > inputnumber2 Then
outRaster =0
ElseIf inRaster >= inputnumber1 and inRaster<= inputnumber2 Then
outRaster = 0.5 * (1 + cos(3.14159*((inRaster– inputnumber1 )(inputnumber2 - inputnumber1 ))))
Else
outRaster = 0
The above statments i have to make in arcobjects by using spatial analyst.I am totally confused.Please help.How to make condition in IConditionalop of spatial analyst.Any help will be appreciated.
Thanks in Advance.
Regards