TrapezoidalDistribution Class

Trapezoidal Distribution

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
[SerializableAttribute]
public class TrapezoidalDistribution : Distribution, 
	ITrapezoidalDistribution, IDistribution, IStorageBinary
Inheritance
Object    Distribution    TrapezoidalDistribution
Implements
IStorageBinary, IDistribution, ITrapezoidalDistribution

Constructors

TrapezoidalDistribution() Trapezoidal Distribution
TrapezoidalDistribution(Double, Double, Double) Trapezoidal Distribution

Properties

a a
b b
beta beta
Mean Mean
(Overrides Distribution.Mean)
Std Standard Deviation
(Overrides Distribution.Std)
Type Type
(Overrides Distribution.Type)

Methods

BinarySetDataFrom Set object data from Binary Reader.
(Overrides Distribution.BinarySetDataFrom(MyBinaryReader))
BinaryWriteDataTo Write object data to Binary Writer.
(Overrides Distribution.BinaryWriteDataTo(MyBinaryWriter))
Equals(Distribution) Equals
(Overrides Distribution.Equals(Distribution))
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
(Inherited from Distribution)
GenerateRandomNumbers(Int32, UInt32[]) Generates Random Numbers
(Overrides Distribution.GenerateRandomNumbers(Int32, UInt32[]))
GetHashCode Gets Hash Code
(Overrides Object.GetHashCode())
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