Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Syntax
Type.NonNullable(type as type) as type
About
Returns the non nullable type from the type.
Example 1
Return the non nullable type of type nullable number.
Usage
Type.NonNullable(type nullable number)
Output
type number