Type.NonNullable
Syntax
Type.NonNullable(type as type) as type
Asi
Vrátí typ, který není nullable
z type
.
Příklad 1
Vrátí nenulový typ type nullable number
.
Použití
Type.NonNullable(type nullable number)
výstup
type number
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Type.NonNullable(type as type) as type
Vrátí typ, který není nullable
z type
.
Vrátí nenulový typ type nullable number
.
Použití
Type.NonNullable(type nullable number)
výstup
type number