Type.NonNullable
Syntax
Type.NonNullable(type as type) as type
O
Vráti typ s nepoľno nullable
z type
.
Príklad č. 1
Vráti typ type nullable number
s nepoľnohou hodnotou null.
používania
Type.NonNullable(type nullable number)
výstupu
type number
Súvisiaci obsah
- Typy a konverzie typu