用法:
showable(mime, x)
返回一個布爾值,指示對象x
是否可以寫為給定的mime
類型。
(默認情況下,這是由 typeof(x)
的相應
方法的存在自動確定的。某些類型提供自定義 show
showable
方法;例如,如果可用的 MIME 格式取決於 x
的 value
.)
例子
julia> showable(MIME("text/plain"), rand(5))
true
julia> showable("image/png", rand(5))
false
相關用法
- Julia Multimedia.istextmime用法及代碼示例
- Julia Multimedia.MIME用法及代碼示例
- Julia Math.clamp!用法及代碼示例
- Julia Math.rem2pi用法及代碼示例
- Julia Matrix方法用法及代碼示例
- Julia Math.sincos方法用法及代碼示例
- Julia Math.ldexp用法及代碼示例
- Julia Math.cbrt用法及代碼示例
- Julia Meta.quot用法及代碼示例
- Julia Math.mod2pi用法及代碼示例
- Julia Math.frexp用法及代碼示例
- Julia Math.modf用法及代碼示例
- Julia Math.exponent用法及代碼示例
- Julia MathConstants.ℯ用法及代碼示例
- Julia Math.clamp用法及代碼示例
- Julia MathConstants.catalan用法及代碼示例
- Julia Math.hypot用法及代碼示例
- Julia MathConstants.pi用法及代碼示例
- Julia MPFR.BigFloat方法用法及代碼示例
- Julia Math.@evalpoly用法及代碼示例
- Julia Math.deg2rad用法及代碼示例
- Julia Mmap.Anonymous用法及代碼示例
- Julia MathConstants.golden用法及代碼示例
- Julia MathConstants.eulergamma用法及代碼示例
- Julia Math.significand用法及代碼示例
注:本文由純淨天空篩選整理自julialang.org 大神的英文原創作品 Base.Multimedia.showable — Function。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。