HeartRateInBeatsPercentMax
@available(swift 4.0)
public struct HeartRateInBeatsPercentMax
TCX Heart Rate in BPM
-
Heart Rate
Note
Bound from 0 to 100%Declaration
Swift
private(set) public var heartRate: UInt8 -
Undocumented
Declaration
Swift
public init(heartRate: UInt8)
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func == (lhs: HeartRateInBeatsPercentMax, rhs: HeartRateInBeatsPercentMax) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
Coding Keys
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey