ProfilingCustomValue Struct 
              
              
              Namespace: Stride.Core.Diagnostics
              Assembly: Stride.Core.dll
              
              
              
              
              
              
              
              
              
                public struct ProfilingCustomValue
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Fields
              
                
              
              
              
              
              DoubleValue
              
              
              
              
              
                public double DoubleValue
               
              
              Field Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Double |  | 
                
              
              
              
              
              
              FloatValue
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Single |  | 
                
              
              
              
              
              
              IntValue
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Int32 |  | 
                
              
              
              
              
              
              LongValue
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Int64 |  | 
                
              
              
              
              
              
              ValueType
              
              
              
              
              
              
              Field Value
              
                
                  
                    | Type | Description | 
                
                
                  
                    | System.Type |  | 
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Operators
              
                
              
              
              
              
              
              Implicit(Double to ProfilingCustomValue)
              
              
              
              
              
                public static implicit operator ProfilingCustomValue(double value)
               
              
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.Double | value |  | 
                
              
              Returns
              
              
              
              
              
              
              Implicit(Int32 to ProfilingCustomValue)
              
              
              
              
              
                public static implicit operator ProfilingCustomValue(int value)
               
              
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.Int32 | value |  | 
                
              
              Returns
              
              
              
              
              
              
              Implicit(Int64 to ProfilingCustomValue)
              
              
              
              
              
                public static implicit operator ProfilingCustomValue(long value)
               
              
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.Int64 | value |  | 
                
              
              Returns
              
              
              
              
              
              
              Implicit(Single to ProfilingCustomValue)
              
              
              
              
              
                public static implicit operator ProfilingCustomValue(float value)
               
              
              Parameters
              
                
                  
                    | Type | Name | Description | 
                
                
                  
                    | System.Single | value |  | 
                
              
              Returns
              
              
              
 
              
               
              
              
              
                
                  System.ValueType.Equals(System.Object)
                
                
                  System.ValueType.GetHashCode()
                
                
                  System.ValueType.ToString()
                
               
              
              
              
              Extension Methods