31 references to ChangeType
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.Data.Analysis (12)
PrimitiveDataFrameColumn.cs (11)
265double middleValue = (double)Convert.ChangeType(this[sortIndices[middle].Value].Value, typeof(double));
268double otherMiddleValue = (double)Convert.ChangeType(this[sortIndices[middle - 1].Value].Value, typeof(double));
280return (double)Convert.ChangeType((T)Sum(), typeof(double)) / (Length - NullCount);
350T convertedValue = (T)Convert.ChangeType(value, typeof(T));
716object convertedLower = Convert.ChangeType(min, typeof(T));
718return Clamp((T)convertedLower, (T)Convert.ChangeType(max, typeof(T)), inPlace);
746object convertedLower = Convert.ChangeType(min, typeof(T));
748return Filter((T)convertedLower, (T)Convert.ChangeType(max, typeof(T)));
760max = (float)Convert.ChangeType(Max(), typeof(float));
768min = (float)Convert.ChangeType(Min(), typeof(float));
776mean = (float)Convert.ChangeType(Sum(), typeof(float)) / Length;
Microsoft.Data.Analysis.Tests (3)
Microsoft.Extensions.Configuration.Binder (1)
Microsoft.Maui.Controls (2)
Microsoft.ML.Data (2)
Microsoft.ML.LightGbm (1)
Microsoft.VisualBasic.Core (2)
System.Private.Xml (2)
System.Reflection.Emit (1)
System.Xaml.Tests (1)