Distribution Class

Distribution

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
[SerializableAttribute]
public abstract class Distribution : IDistribution, 
	IStorageBinary, IEquatable<Distribution>
Inheritance
Object    Distribution
Derived
More
Implements
IStorageBinary, IDistribution, IEquatableDistribution

Constructors

DistributionInitializes a new instance of the Distribution class

Properties

Mean Mean
Std Standard Deviation
Type Type

Methods

BinarySetDataFrom Set object data from Binary Reader.
BinaryWriteDataTo Write object data to Binary Writer.
Equals(Distribution) Equals
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GenerateRandomNumbers(Int32, InputId) Generates Random Numbers
GenerateRandomNumbers(Int32, UInt32) Generates Random Numbers
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also