ICurvilinearTrapezoidDistribution Interface

Interface Curvilinear Trapezoid Distribution

Definition

Namespace: Metas.UncLib.Core.Unc.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public interface ICurvilinearTrapezoidDistribution : IDistribution, 
	IStorageBinary
Implements
IStorageBinary, IDistribution

Properties

a a
b b
d d
Mean Mean
(Inherited from IDistribution)
Std Standard Deviation
(Inherited from IDistribution)
Type Type
(Inherited from IDistribution)

Methods

BinarySetDataFrom Set object data from Binary Reader.
(Inherited from IStorageBinary)
BinaryWriteDataTo Write object data to Binary Writer.
(Inherited from IStorageBinary)
GenerateRandomNumbers(Int32, InputId) Generates Random Numbers
(Inherited from IDistribution)
GenerateRandomNumbers(Int32, UInt32) Generates Random Numbers
(Inherited from IDistribution)

See Also