10 references to NumberDataViewType
Microsoft.ML.DataView (10)
DataViewType.cs (10)
141Interlocked.CompareExchange(ref _instSByte, new NumberDataViewType(typeof(sbyte)), null) ??
155Interlocked.CompareExchange(ref _instByte, new NumberDataViewType(typeof(byte)), null) ??
169Interlocked.CompareExchange(ref _instInt16, new NumberDataViewType(typeof(short)), null) ??
183Interlocked.CompareExchange(ref _instUInt16, new NumberDataViewType(typeof(ushort)), null) ??
197Interlocked.CompareExchange(ref _instInt32, new NumberDataViewType(typeof(int)), null) ??
211Interlocked.CompareExchange(ref _instUInt32, new NumberDataViewType(typeof(uint)), null) ??
225Interlocked.CompareExchange(ref _instInt64, new NumberDataViewType(typeof(long)), null) ??
239Interlocked.CompareExchange(ref _instUInt64, new NumberDataViewType(typeof(ulong)), null) ??
253Interlocked.CompareExchange(ref _instSingle, new NumberDataViewType(typeof(float)), null) ??
267Interlocked.CompareExchange(ref _instDouble, new NumberDataViewType(typeof(double)), null) ??