Show / Hide Table of Contents

Struct MinMaxFloat

Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public struct MinMaxFloat

Constructors

MinMaxFloat(Single, Single)

Declaration
public MinMaxFloat(float min, float max)
Parameters
Type Name Description
System.Single min
System.Single max

Fields

Max

Declaration
public float Max
Field Value
Type Description
System.Single

Min

Declaration
public float Min
Field Value
Type Description
System.Single
Back to top Generated by DocFX