Dokumentacja systemu EvNet
contents.gif | index.gif
up.gif | previous.gif | next.gif
PersonalProperty
Fields | Evolution.Api | Members | Methods | Class Hierarchy
Struktura reprezentujaca pojedyncza ceche osobnicza
Class Hierarchy
PersonalProperty
[Serializable]
public struct PersonalProperty {
  public double Value;
  public double MinValue;
  public double MaxValue;
  public string Name;
}
File
Api.cs
Namespace
Members
Fields
Field Description
MaxValue Maksymalna wartosc cechy
MinValue Minimalna wartosc cechy
Name Unikalna nazwa cechy
Value Wartosc cechy
Methods
Method Description
Equals Metoda Equals, zdefiniowana w klasie PersonalProperty.
GetHashCode Metoda GetHashCode, zdefiniowana w klasie PersonalProperty.
Legend
Data Member
Method
Links

contents.gif | index.gif