重要なお知らせ
本Webサイトのコンテンツは、XYN Webサイトへ移管されました。移管後のサイトはこちら。
読み取り中…
検索中…
一致する文字列を見つけられません
身長設定用構造体
[詳解]
|
| int | feet |
| | メートルからフィート/インチへ変換する。
|
| |
|
| const float | ONE_FEET = 0.3048f |
| | 1フィートあたりのメートル値
|
| |
| const float | ONE_INCH = 0.0254f |
| | 1インチあたりのメートル値
|
| |
◆ ConvertFeetAndInchIntoMeter()
| float Mocopi.Mobile.Sdk.MocopiHeightStruct.ConvertFeetAndInchIntoMeter |
( |
int | feet, |
|
|
int | inch ) |
フィート/インチからメートルへ変換する。
- 引数
-
- 戻り値
- メートル(m)
◆ ConvertMeterIntoFeetAndInch()
| int int inch Mocopi.Mobile.Sdk.MocopiHeightStruct.ConvertMeterIntoFeetAndInch |
( |
float | meter | ) |
|
◆ feet
| int Mocopi.Mobile.Sdk.MocopiHeightStruct.feet |
メートルからフィート/インチへ変換する。
- 引数
-
- 戻り値
フィート/インチ
「Tuple」と表記されているが、実際は「(int feet, int inch)」フィート/インチ。
◆ ONE_FEET
| const float Mocopi.Mobile.Sdk.MocopiHeightStruct.ONE_FEET = 0.3048f |
|
static |
◆ ONE_INCH
| const float Mocopi.Mobile.Sdk.MocopiHeightStruct.ONE_INCH = 0.0254f |
|
static |
◆ Feet
| int Mocopi.Mobile.Sdk.MocopiHeightStruct.Feet |
|
getset |
身長(Feet)
Inch と1セットで使用する。
◆ Inch
| int Mocopi.Mobile.Sdk.MocopiHeightStruct.Inch |
|
getset |
身長(Inch)
Feet と1セットで使用する。
◆ Meter
| float Mocopi.Mobile.Sdk.MocopiHeightStruct.Meter |
|
getset |
◆ Unit
この構造体詳解は次のファイルから抽出されました: