| description | Learn more about: Type.NonNullable |
|---|---|
| title | Type.NonNullable |
| ms.subservice | m-source |
| ms.topic | reference |
Type.NonNullable(type as type) as type
Returns the non nullable type from the type.
Return the non nullable type of type nullable number.
Usage
Type.NonNullable(type nullable number)
Output
type number