net11.0
namespace Microsoft.Data.Analysis
{
    public class DecimalDataFrameColumn : PrimitiveDataFrameColumn<decimal>
    {
        public DecimalDataFrameColumn Divide(DecimalDataFrameColumn column, bool inPlace = false);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

Microsoft.Data.Analysis , Version=1.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51

Referencing

Your project needs a package reference to Microsoft.Data.Analysis.

Package Microsoft.Data.Analysis (0.24.0-preview.26160.2) net8.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API