HistogramArgumentsValue(Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional arguments required for Histogram summary function.
public:
HistogramArgumentsValue(long histogramBucketCount);
public HistogramArgumentsValue(long histogramBucketCount);
new Microsoft.DataPrep.Common.HistogramArgumentsValue : int64 -> Microsoft.DataPrep.Common.HistogramArgumentsValue
Public Sub New (histogramBucketCount As Long)
Parameters
- histogramBucketCount
- Int64
Number of buckets to use.