Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ProfilingCustomValue Struct

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll

    public struct ProfilingCustomValue
    Name Description
    Fields
    DoubleValue
    FloatValue
    IntValue
    LongValue
    ValueType
    Operators
    Implicit(Double to ProfilingCustomValue)
    Implicit(Int32 to ProfilingCustomValue)
    Implicit(Int64 to ProfilingCustomValue)
    Implicit(Single to ProfilingCustomValue)
    | Improve this Doc View Source

    Fields


    DoubleValue

    public double DoubleValue
    Field Value
    Type Description
    System.Double

    FloatValue

    public float FloatValue
    Field Value
    Type Description
    System.Single

    IntValue

    public int IntValue
    Field Value
    Type Description
    System.Int32

    LongValue

    public long LongValue
    Field Value
    Type Description
    System.Int64

    ValueType

    public Type 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
    Type Description
    ProfilingCustomValue

    Implicit(Int32 to ProfilingCustomValue)

    public static implicit operator ProfilingCustomValue(int value)
    Parameters
    Type Name Description
    System.Int32 value
    Returns
    Type Description
    ProfilingCustomValue

    Implicit(Int64 to ProfilingCustomValue)

    public static implicit operator ProfilingCustomValue(long value)
    Parameters
    Type Name Description
    System.Int64 value
    Returns
    Type Description
    ProfilingCustomValue

    Implicit(Single to ProfilingCustomValue)

    public static implicit operator ProfilingCustomValue(float value)
    Parameters
    Type Name Description
    System.Single value
    Returns
    Type Description
    ProfilingCustomValue

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation