Class Common
Common intrinsics that are exposed across all Burst targets.
Namespace: Unity.Burst.Intrinsics
Syntax
public static class Common : object
Methods
Name | Description |
---|---|
umul128(UInt64, UInt64, out UInt64) | Return the low half of the multiplication of two numbers, and the high part as an out parameter. |