InputDistribution Class

Input

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
[SerializableAttribute]
public class InputDistribution : Input, 
	IInputDistribution, IInput, IStorageBinary, IEquatable<InputDistribution>
Inheritance
Object    Input    InputDistribution
Implements
IStorageBinary, IInput, IInputDistribution, IEquatableInputDistribution

Constructors

InputDistributionInitializes a new instance of the InputDistribution class

Properties

Description Description
(Inherited from Input)
Distribution Distribution
Id Identification
(Inherited from Input)

Methods

BinarySetDataFrom Set object data from Binary Reader.
BinaryWriteDataTo Write object data to Binary Writer.
Equals(Input) Equals
(Overrides InputEquals(Input))
Equals(InputDistribution) 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 Generates Random Numbers
GetHashCode Gets Hash Code
(Overrides InputGetHashCode)
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