[SerializableAttribute]
public class RandomChoicesFromSamples : Distribution,
IRandomChoicesFromSamples, IDistribution, IStorageBinary
<SerializableAttribute>
Public Class RandomChoicesFromSamples
Inherits Distribution
Implements IRandomChoicesFromSamples, IDistribution, IStorageBinary
[SerializableAttribute]
public ref class RandomChoicesFromSamples : public Distribution,
IRandomChoicesFromSamples, IDistribution, IStorageBinary
[<SerializableAttribute>]
type RandomChoicesFromSamples =
class
inherit Distribution
interface IRandomChoicesFromSamples
interface IDistribution
interface IStorageBinary
end
RandomChoicesFromSamples | Random Choices From Samples |
RandomChoicesFromSamples(Byte, Double) | Random Choices From Samples |
RandomChoicesFromSamples(Guid, Double) | Random Choices From Samples |
RandomChoicesFromSamples(InputId, Number) | Random Choices From Samples |
RandomChoicesFromSamples(InputId, Double) | Random Choices From Samples |
RandomChoicesFromSamples(String, Double) | Random Choices From Samples |
RandomChoicesFromSamples(UInt32, Double) | Random Choices From Samples |
Mean |
Mean
(Overrides DistributionMean) |
Samples | Samples |
Seed | Seed |
Std |
Standard Deviation
(Overrides DistributionStd) |
Type |
Type
(Overrides DistributionType) |
BinarySetDataFrom |
Set object data from Binary Reader.
(Overrides DistributionBinarySetDataFrom(MyBinaryReader)) |
BinaryWriteDataTo |
Write object data to Binary Writer.
(Overrides DistributionBinaryWriteDataTo(MyBinaryWriter)) |
Equals(Distribution) |
Equals
(Overrides DistributionEquals(Distribution)) |
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
(Inherited from Distribution) |
GenerateRandomNumbers(Int32, UInt32) |
Generates Random Numbers
(Overrides DistributionGenerateRandomNumbers(Int32, UInt32)) |
GetHashCode |
Gets Hash Code
(Overrides ObjectGetHashCode) |
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) |