Table of Contents

Class MinMaxFloat

Namespace
Gamelogic.Extensions
Assembly
Assembly-CSharp.dll

Class for representing a bounded range.

[Version(1, 2, 0)]
[Serializable]
public class MinMaxFloat
Inheritance
MinMaxFloat
Inherited Members
Extension Methods

Constructors

MinMaxFloat()

public MinMaxFloat()

MinMaxFloat(float, float)

public MinMaxFloat(float min, float max)

Parameters

min float
max float

Fields

max

public float max

Field Value

float

min

public float min

Field Value

float