C# Class NanoByte.Common.Values.FloatRangeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nano-byte/common

Méthodes publiques

Méthode Description
FloatRangeAttribute ( float minimum, float maximum ) : System

Creates a new float range attribute.

Method Details

FloatRangeAttribute() public méthode

Creates a new float range attribute.
public FloatRangeAttribute ( float minimum, float maximum ) : System
minimum float The minimum value the field or property may have.
maximum float The maximum value the field or property may have.
Résultat System