Click or drag to resize

BucketClone Method

Creates a copy of the Bucket with the lowerbound, upperbound and counts exactly equal.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Object Clone()

Return Value

Object
A cloned Bucket object.

Implements

ICloneableClone
See Also