Navigation: Code Documentation > GeneticAlgorithm > RSGADomainXML > Interfaces
IXMLFloatGeneType Interface
Represents type IXMLFloatGeneType.
Namespace: RSGADomainXML
IXMLNode RSGADomainXML.IXMLGeneType RSGADomainXML.IXMLNumericGeneType RSGADomainXML.IXMLFloatGeneType RSGADomainXML.TXMLFloatGeneType
Delphi
type IXMLFloatGeneType = interface(IXMLNumericGeneType) ['{B2BD3F02-28D6-4468-8071-DCA64366EB8D}'] end;
Name
Description
MaxValue
Represents property MaxValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
MinValue
Represents property MinValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Represents property Name. (Inherited from RSGADomainXML.IXMLGeneType.)
PreserveSignBit
Represents property PreserveSignBit. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Size
Represents property Size. (Inherited from RSGADomainXML.IXMLGeneType.)
Top
Get_MaxValue
Represents method Get_MaxValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Get_MinValue
Represents method Get_MinValue. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Get_Name
Represents method Get_Name. (Inherited from RSGADomainXML.IXMLGeneType.)
Get_PreserveSignBit
Represents method Get_PreserveSignBit. (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Get_Size
Represents method Get_Size. (Inherited from RSGADomainXML.IXMLGeneType.)
Set_MaxValue(Double)
Represents method Set_MaxValue(Double). (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Set_MinValue(Double)
Represents method Set_MinValue(Double). (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Set_Name(UnicodeString)
Represents method Set_Name(UnicodeString). (Inherited from RSGADomainXML.IXMLGeneType.)
Set_PreserveSignBit(Boolean)
Represents method Set_PreserveSignBit(Boolean). (Inherited from RSGADomainXML.IXMLNumericGeneType.)
Set_Size(Integer)
Represents method Set_Size(Integer). (Inherited from RSGADomainXML.IXMLGeneType.)
•RSGADomainXML