Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
Syntax
Type.NonNullable(type as type) as type
About
Returns the non nullable type from the type.
Example
Return the non nullable type of type nullable number.
Usage
Type.NonNullable(type nullable number)
Output
type number