BooleanStatisticsGetMissingInstance Property |
Gets a new instance of BooleanStatistics as missing value.
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static BooleanStatistics GetMissingInstance { get; }
Public Shared ReadOnly Property GetMissingInstance As BooleanStatistics
Get
public:
static property BooleanStatistics^ GetMissingInstance {
BooleanStatistics^ get ();
}
static member GetMissingInstance : BooleanStatistics with get
Return Value
Type:
BooleanStatisticsInstance of boolean class and value as missing.
See Also