10 references to Get
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1696
bool currentBit = rowHasMissing.
Get
(i);
System.Collections (2)
System\Collections\BitArray.cs (2)
237
get =>
Get
(index);
1136
_currentElement = _bitArray.
Get
(_index);
System.Data.Common (7)
System\Data\Common\DataStorage.cs (7)
186
if (!_dbNullBits.
Get
(recordNos[i]))
194
bool recordNo1Null = _dbNullBits.
Get
(recordNo1);
195
bool recordNo2Null = _dbNullBits.
Get
(recordNo2);
220
_dbNullBits.Set(dstRecordNo, _dbNullBits.
Get
(srcRecordNo));
229
if (_dbNullBits.
Get
(recordNo))
245
return !_dbNullBits!.
Get
(recordNo);
250
return _dbNullBits.
Get
(recordNo);