Show / Hide Table of Contents

Class MyDebugWorkTrackerExtensions

Inheritance
System.Object
MyDebugWorkTrackerExtensions
Namespace: VRage.Utils
Assembly: VRage.Game.dll
Syntax
public static class MyDebugWorkTrackerExtensions : Object

Methods

Average(MyDebugWorkTracker<Int32>)

Declaration
public static int Average(this MyDebugWorkTracker<int> self)
Parameters
Type Name Description
MyDebugWorkTracker<System.Int32> self
Returns
Type Description
System.Int32

Hit(MyDebugWorkTracker<Int32>)

Declaration
public static void Hit(this MyDebugWorkTracker<int> self)
Parameters
Type Name Description
MyDebugWorkTracker<System.Int32> self

Max(MyDebugWorkTracker<Int32>)

Declaration
public static int Max(this MyDebugWorkTracker<int> self)
Parameters
Type Name Description
MyDebugWorkTracker<System.Int32> self
Returns
Type Description
System.Int32

Min(MyDebugWorkTracker<Int32>)

Declaration
public static int Min(this MyDebugWorkTracker<int> self)
Parameters
Type Name Description
MyDebugWorkTracker<System.Int32> self
Returns
Type Description
System.Int32

Stats(MyDebugWorkTracker<Int32>)

Declaration
public static Vector4I Stats(this MyDebugWorkTracker<int> self)
Parameters
Type Name Description
MyDebugWorkTracker<System.Int32> self
Returns
Type Description
Vector4I
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾