MCPcopy Create free account
hub / github.com/apache/fory / BFloat16

Method BFloat16

csharp/src/Fory/BFloat16.cs:80–83  ·  view source on GitHub ↗

Initializes a new instance from the exact wire bits. Raw bfloat16 bits.

(ushort bits)

Source from the content-addressed store, hash-verified

78 /// </summary>
79 /// <param name="bits">Raw bfloat16 bits.</param>
80 public BFloat16(ushort bits)
81 {
82 Bits = bits;
83 }
84
85 /// <summary>
86 /// Creates a value from exact wire bits.

Callers 1

Calls

no outgoing calls

Tested by 1