Table of Contents

Method b3GetMilliseconds

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3GetMilliseconds(ulong)

Gets the milliseconds elapsed since an earlier tick value.

public static extern float b3GetMilliseconds(ulong ticks)

Parameters

ticks ulong

The earlier tick value.

Returns

float

The elapsed milliseconds.