Navigation: Code Documentation > GeneticAlgorithm > RSGADomainXML > Interfaces
IXMLNumericGeneType Interface
Represents type IXMLNumericGeneType.
Namespace: RSGADomainXML
IXMLNode RSGADomainXML.IXMLGeneType RSGADomainXML.IXMLNumericGeneType RSGADomainXML.IXMLEnumerationGeneType RSGADomainXML.IXMLFloatGeneType RSGADomainXML.IXMLIntegerGeneType RSGADomainXML.TXMLNumericGeneType
Delphi
type IXMLNumericGeneType = interface(IXMLGeneType) ['{9E1AEB80-B123-4FA2-9EB2-B81FA83DF2EA}'] end;
Name
Description
MaxValue
Represents property MaxValue.
MinValue
Represents property MinValue.
Represents property Name. (Inherited from RSGADomainXML.IXMLGeneType.)
PreserveSignBit
Represents property PreserveSignBit.
Size
Represents property Size. (Inherited from RSGADomainXML.IXMLGeneType.)
Top
Get_MaxValue
Represents method Get_MaxValue.
Get_MinValue
Represents method Get_MinValue.
Get_Name
Represents method Get_Name. (Inherited from RSGADomainXML.IXMLGeneType.)
Get_PreserveSignBit
Represents method Get_PreserveSignBit.
Get_Size
Represents method Get_Size. (Inherited from RSGADomainXML.IXMLGeneType.)
Set_MaxValue(Double)
Represents method Set_MaxValue(Double).
Set_MinValue(Double)
Represents method Set_MinValue(Double).
Set_Name(UnicodeString)
Represents method Set_Name(UnicodeString). (Inherited from RSGADomainXML.IXMLGeneType.)
Set_PreserveSignBit(Boolean)
Represents method Set_PreserveSignBit(Boolean).
Set_Size(Integer)
Represents method Set_Size(Integer). (Inherited from RSGADomainXML.IXMLGeneType.)
•RSGADomainXML