메소드 | 설명 | |
---|---|---|
GetAgeFactor ( int age ) : decimal | ||
GetBMR ( decimal weight, decimal height, int age, |
||
GetDailyCalorieNeed ( decimal weight, decimal height, int age, |
||
GetEnergyFactor ( |
||
GetHeightFactor ( decimal height ) : decimal | ||
GetWeightFactor ( decimal weight ) : decimal |
public GetBMR ( decimal weight, decimal height, int age, |
||
weight | decimal | |
height | decimal | |
age | int | |
gender | ||
리턴 | decimal |
public GetDailyCalorieNeed ( decimal weight, decimal height, int age, |
||
weight | decimal | |
height | decimal | |
age | int | |
gender | ||
activityLevel | ||
리턴 | decimal |
public GetEnergyFactor ( |
||
activityLevelType | ||
리턴 | decimal |
public GetHeightFactor ( decimal height ) : decimal | ||
height | decimal | |
리턴 | decimal |
public GetWeightFactor ( decimal weight ) : decimal | ||
weight | decimal | |
리턴 | decimal |