GH_Integer Class

GH_Integer Class

Represents a 32-bit signed integer. GH_Integer re-implements the framework System.Int32 type.
Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooInt32
    Grasshopper.Kernel.TypesGH_Integer

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Integer : GH_Goo<int>
Public Class GH_Integer
	Inherits GH_Goo(Of Integer)

The GH_Integer type exposes the following members.

Constructors
  NameDescription
Public methodGH_Integer
Blank constructor
Public methodGH_Integer(Int32)
Initializes a new instance of the GH_Integer class
Public methodGH_Integer(GH_Integer)
Initializes a new instance of the GH_Integer class
Top
Properties
  NameDescription
Public propertyIsValid
Gets the validity of this instance. Integers are always valid.
(Overrides GH_GooTIsValid.)
Public propertyIsValidWhyNot
Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_GooT.)
Public propertyTypeDescription (Overrides GH_GooTTypeDescription.)
Public propertyTypeName (Overrides GH_GooTTypeName.)
Public propertyValue
Gets or sets the internal data.
(Inherited from GH_GooT.)
Top
Methods
  NameDescription
Public methodCastFrom (Overrides GH_GooTCastFrom(Object).)
Public methodCastToQ(Q)
Attempt a cast to type Q.
(Inherited from GH_GooT.)
Public methodCastToT(T) (Overrides GH_GooTCastToQ(Q).)
Public methodDuplicate (Overrides GH_GooTDuplicate.)
Public methodDuplicateInteger
Public methodEmitProxy (Overrides GH_GooTEmitProxy.)
Public methodRead (Overrides GH_GooTRead(GH_IReader).)
Public methodScriptVariable
This function will be called when the local IGH_Goo instance disappears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.
(Inherited from GH_GooT.)
Public methodToString (Overrides GH_GooTToString.)
Public methodWrite (Overrides GH_GooTWrite(GH_IWriter).)
Top
Fields
  NameDescription
Protected fieldm_value (Inherited from GH_GooT.)
Top
See Also