The MathUtil type exposes the following members.
Methods
| Name | Description |
---|
  | AllPositive(Double[], Int32) | |
  | AllPositive(Double[], Int32, Int32) | |
  | AllZero | |
  | AreEqualRel | |
  | Derivative | |
  | Derivatives | |
  | DivOrZero | |
  | FixBetweenLimits | |
  | GetIndeces(DateTime,DateTime[], Int32, Int32, Boolean) | |
  | GetIndeces(Double, MathUtil.IDataToInterpolate, Int32, Int32, Boolean) | |
  | GetIndeces(Double,Double[], Int32, Int32, Boolean) | |
  | GetInterval(Double,Double[], Double) | |
  | GetInterval(DateTime, IReadOnlyList<DateTime>, Double, Int32) | |
  | GetInterval(Double, MathUtil.IDataForSearching, Double, Int32) | |
  | GetInterval(Double, IList<Double>, Double, Int32) | |
  | GetInterval(Double, List<Double>, Double, Int32) | |
  | GetInterval(Double,Double[], Double, Int32) | |
  | GetInterval(Double, Int32, Func<Int32, Double>, Double) | |
  | GetInterval(Double, Int32, Func<Int32, Double>, Double, Int32) | |
  | GetInterval<T>(Double,T[], Func<T, Double>, Double) | |
  | GetInterval<T>(T, MathUtil.IDataForSearching<T>, Double, Int32) | |
  | GetIntervalU | |
  | Interp(Double, MathUtil.IDataToInterpolate, ExtrapolationTypes) | |
  | Interp(Double,Double[],Double[]) | |
  | Interp(DateTime,DateTime[],Double[], ExtrapolationTypes) | |
  | Interp(Double,Double[],Double[], ExtrapolationTypes) | |
  | Interpn(Double,Double[],Double[,]) | |
  | Interpn(Double,Double[],Double[,], ExtrapolationTypes) | |
  | InterpolateRowsInTable | |
  | InterpolateTable | |
  | Limit | |
  | Max | |
  | Min | |
  | MonotonicallyDecreasingOrConstant | |
  | MonotonicallyIncreasingOrConstant | |
  | MonotonouslyDecreasingOrConstant | |
  | PrepareIndexesForDerivation | |
  | Sqr | |
  | StrictlyMonoton | |
  | StrictlyMonotonIndex | |
  | SurfaceAreaOfPartialCone | |
  | VolumeOfPartialCone | |
Top
See Also