Click or drag to resize
MixtureSemantics Enumeration
none (the old Mixture==false), if a position contains {ab}, consider it missing with regards to a and b, but say it doesn't have c. pure (the old Mixture==true), if a position contains {ab} say that it has neither. any (a new possibility), if a position contains {ab}, say that it has both.

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public enum MixtureSemantics
Members
  Member nameValueDescription
none0 (the old Mixture==false),
pure1 (the old Mixture==true), if a position contains {ab} say that it has neither.
any2 any (a new possibility), if a position contains {ab}, say that it has both.
See Also