構文
Type.NonNullable(type as type) as type
バージョン情報
typeからnullable以外の型を返します。
例 1
type nullable numberの null 非許容型を返します。
使用方法
Type.NonNullable(type nullable number)
アウトプット
type number
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Type.NonNullable(type as type) as type
typeからnullable以外の型を返します。
type nullable numberの null 非許容型を返します。
使用方法
Type.NonNullable(type nullable number)
アウトプット
type number