Click or drag to resize

Short Class

The Short class is derived from Int by setting the value of maxInclusive to be 32767 and minInclusive to be -32768.

Inheritance Hierarchy

Namespace:  Altova.RaptorXml.Xsd
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public class Short : Int

The Short type exposes the following members.

Constructors
  NameDescription
Public methodShort(Int16)
Initializes a new instance of the Short class
Public methodShort(String)
Initializes a new instance of the Short class
Top
Properties
  NameDescription
Public propertyIsBoolean (Inherited from AnySimpleType.)
Public propertyIsDecimal (Inherited from AnySimpleType.)
Public propertyIsDouble (Inherited from AnySimpleType.)
Public propertyIsDuration (Inherited from AnySimpleType.)
Public propertyIsFloat (Inherited from AnySimpleType.)
Public propertyIsInteger (Inherited from AnySimpleType.)
Public propertyIsNumeric (Inherited from AnySimpleType.)
Public propertyIsString (Inherited from AnySimpleType.)
Public propertyLexicalValue (Inherited from AnySimpleType.)
Public propertyValue
Top
Methods
Operators
See Also