convert float to double!

2557
2
Jump to solution
11-14-2012 08:31 AM
CovasnianuAdrian
New Contributor
Hello,

I've created a polyline shapefile containing elevation values. In order to use Topo2Raster function for a Digital Terrain Model I've rapidly and by mistake created a field with float values for the elevation.
Is there a possibility to transform or to convert the float value to double values?
I need double values to work with Topo2Raster!

Thanks in advance!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor
You can create a new field of type Double, and then use the Field Calculator to calculate the values from the Float field to the new Double field.

View solution in original post

0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor
You can create a new field of type Double, and then use the Field Calculator to calculate the values from the Float field to the new Double field.
0 Kudos
SteveLynch
Esri Regular Contributor
TopoToRaster's input can be float, integer or double.
The output, however, will always be float (i.e 32 bit)

Steve
0 Kudos