VLDWeight Class Reference

Inherits from VLDRecord : VLDModel : NSObject
Declared in VLDWeight.h

Overview

Measurements associated with a user’s weight and body mass.

  weight

The value of the measured quantity in kg

@property (nonatomic, strong, nullable) NSNumber *weight

Discussion

The value of the measured quantity in kg

Declared In

VLDWeight.h

  height

The value of the measured quantity in cm

@property (nonatomic, strong, nullable) NSNumber *height

Discussion

The value of the measured quantity in cm

Declared In

VLDWeight.h

  freeMass

The value of the measured quantity in kg

@property (nonatomic, strong, nullable) NSNumber *freeMass

Discussion

The value of the measured quantity in kg

Declared In

VLDWeight.h

  fatPercent

The value of the measured quantity

@property (nonatomic, strong, nullable) NSNumber *fatPercent

Discussion

The value of the measured quantity

Declared In

VLDWeight.h

  massWeight

The value of the measured quantity in kg

@property (nonatomic, strong, nullable) NSNumber *massWeight

Discussion

The value of the measured quantity in kg

Declared In

VLDWeight.h

  bmi

The value of the measured quantity

@property (nonatomic, strong, nullable) NSNumber *bmi

Discussion

The value of the measured quantity

Declared In

VLDWeight.h

– weightWithUnit:

The weight value of the record converted to the specified unit.

- (NSNumber *_Nullable)weightWithUnit:(VLDWeightUnit)unit

Parameters

unit

the weight unit to retrieve the weight value in.

Discussion

The weight value of the record converted to the specified unit.

Declared In

VLDWeight.h

– setWeight:withUnit:

Set the weight value of the record after converting from the specified unit to kg.

- (void)setWeight:(NSNumber *_Nonnull)weight withUnit:(VLDWeightUnit)unit

Parameters

weight

the weight value to store in the record.

unit

the weight unit that the accompanying weight value is currently in.

Discussion

Set the weight value of the record after converting from the specified unit to kg.

Declared In

VLDWeight.h