|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IM > IMathOp Interface > IMathOp.Power Method (ArcObjects .NET 10.4 SDK) | 
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,
  IGeoDataset** outGeodataset
);
[C++]
Parameters geoDataset [in]
geoDataset is a parameter of type IGeoDataset Power [in] Power is a parameter of type double outGeodataset [out, retval]
outGeodataset is a parameter of type IGeoDataset
| geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor | 
| Power | defines the power to which to raise the input |