Struct MinMaxInt
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public struct MinMaxInt
Constructors
MinMaxInt(Int32, Int32)
Declaration
public MinMaxInt(int min, int max)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | min | |
| System.Int32 | max |
Fields
Max
Declaration
public int Max
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Min
Declaration
public int Min
Field Value
| Type | Description |
|---|---|
| System.Int32 |