Click or drag to resize

DescriptiveStatisticsTransforms.EnsureBoundaries Method

Overload List
  NameDescription
Public methodStatic memberEnsureBoundaries(IList<Decimal>, Decimal, Decimal)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Int32>, Int32, Int32)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Int64>, Int64, Int64)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Decimal>>, Decimal, Decimal)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Int32>>, Int32, Int32)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Int64>>, Int64, Int64)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Double>, Double, Double, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Decimal>>, Decimal, Decimal, Decimal)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Double>>, Double, Double, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Int32>>, Int32, Int32, Int32)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Int64>>, Int64, Int64, Int64)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Single>>, Single, Single, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Single>, Single, Single, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(Vector, Double, Double, Boolean)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Double>, Double, Double, Boolean, Double)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Double>>, Double, Double, Boolean, Double)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Nullable<Single>>, Single, Single, Boolean, Single)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(IList<Single>, Single, Single, Boolean, Single)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Public methodStatic memberEnsureBoundaries(Vector, Double, Double, Boolean, Double)
Values below leftBoundary will be replaced with leftBoundary value. Values above rightBoundary will be replaced with rightBoundary value.
Top
See Also