Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
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