ClampValueAttribute.

ClampValueAttribute(double, double) Constructor

Summary

Creates a new InspectorGadgets.Attributes.ClampValueAttribute with the specified range.

Syntax

public ClampValueAttribute(double min, double max)

Parameters

Name Type Description
min double
max double

Return Value

Type Description
void