Skip to content

OptionDouble

Public Class

Inheritance Hierarchy

System.Object
Rhino.Input.Custom.OptionDouble

Namespace: Rhino.Input.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class OptionDouble : IDisposable

The OptionDouble type exposes the following members.

Constructors

Name

Description


Public Method

Initializes a new instance of the OptionDouble class


Public Method

Initializes a new instance of the double option class.


Public Method
Code Example

Initializes a new instance of the OptionDouble class with lower and upper limits.


Properties

Name

Description


Public Property
Code Example

Public Property

Methods

Name

Description


Public Method

Releases all resources used by the OptionDouble


Protected Method

Releases the unmanaged resources used by the OptionDouble and optionally releases the managed resources


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

(Overrides Object.Finalize..)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)