Číst v angličtině

Sdílet prostřednictvím


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