LoginSignup
0
0

More than 1 year has passed since last update.

【C#】型の種類と意味

Last updated at Posted at 2022-11-19

型の種類(一部)

void
何もないことを意味するデータ型
まとめ記事
https://qiita.com/hanatan079/items/747b2556d5696629669c

bool
真偽値を入れられる(true、false)

int
整数型で、メソッドの戻り値のデータ型を示す。
例)

float
有効桁数の大きくない小数を入れる
fをつける(0.0f)

double
有効桁数の大きい小数を入れる

【クラス】
Transform
ゲームオブジェクトの位置、回転、大きさを表す

【型について】https://qiita.com/hanatan079/items/fe1de7bd542719a62570

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0