This document is archived and information here might be outdated. Recommended version. |
Raises the cells in a raster to the Nth power.
[Visual Basic .NET] Public Function Power ( _ ByVal geoDataset As IGeoDataset, _ ByVal Power As Double _ ) As IGeoDataset
[C#] public IGeoDataset Power ( IGeoDataset geoDataset, double Power );
[C++]
HRESULT Power(
IGeoDataset* geoDataset,
double Power
);
[C++] Parameters geoDataset [in]
geoDataset is a parameter of type IGeoDataset* Power [in]
Power is a parameter of type double
geoDataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
Power |
defines the power to which to raise the input |