Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

BFloat16.init¶

Description¶

Signature¶

BFloat16.init(int val);

BFloat16.init<U>(U val)
    where U : IFloatingPointCoopElement;

Generic Parameters¶

U: IFloatingPointCoopElement¶

Parameters¶

val : int¶

val : U¶

On this page
  • BFloat16.init
    • Description
    • Signature
    • Generic Parameters
      • U: IFloatingPointCoopElement
    • Parameters
      • val : int
      • val : U