Table of Contents

Method Log2

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

Log2(ExInt128)

Computes the log2 of a value.

public static ExInt128 Log2(ExInt128 value)

Parameters

value ExInt128

The value whose log2 is to be computed.

Returns

ExInt128

The log2 of value.