Class MXAverage<UnitType extends NSUnit>

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MXAverage<UnitType extends NSUnit>
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 13.0 and later.
  • Constructor Details

    • MXAverage

      public MXAverage()
    • MXAverage

      protected MXAverage​(NSObject.Handle h, long handle)
    • MXAverage

      protected MXAverage​(NSObject.SkipInit skipInit)
    • MXAverage

      public MXAverage​(NSCoder coder)
  • Method Details

    • getAverageMeasurement

      public NSMeasurement<UnitType> getAverageMeasurement()
    • getSampleCount

      public long getSampleCount()
    • getStandardDeviation

      public double getStandardDeviation()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)