HistogramArgumentsValue(Int64) Constructor

Definition

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.

Applies to