.NET Framework Class Library

Utils.Clamp Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > Utils Class > Utils Methods >

.NET Framework Class Library

Utils.Clamp Method

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Shared Function Clamp ( _
 value As Double, _
 min As Double, _
 max As Double _
As Double

C#

public static double Clamp(
 double value,
 double min,
 double max
)

Visual C++

public:
static double Clamp(
 double value,
 double min,
 double max
)

Parameters

value

Type: System.Double

min

Type: System.Double

max

Type: System.Double

See Also

Utils Class

Utils Members

Gnostice.Core Namespace