[SerializableAttribute]
public abstract class Distribution : IDistribution,
IStorageBinary, IEquatable<Distribution>
<SerializableAttribute>
Public MustInherit Class Distribution
Implements IDistribution, IStorageBinary, IEquatable(Of Distribution)
[SerializableAttribute]
public ref class Distribution abstract : IDistribution,
IStorageBinary, IEquatable<Distribution^>
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type Distribution =
class
interface IDistribution
interface IStorageBinary
interface IEquatable<Distribution>
end
Distribution | Initializes a new instance of the Distribution class |
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) |
Finalize | Allows 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 |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |