value type
Computing term: a data type whose instances contain the data directly, as opposed to a reference type. Used in programming language contexts.
In C#, int and bool are value types.
Variables of value types hold the value directly in memory.
Compound of 値 (value) and 型 (type), a direct translation of the English computing term 'value type'.