Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / EventMetricDefinition Class / IsNumericValueType Method
The type to be verified.

In This Topic
    IsNumericValueType Method (EventMetricDefinition)
    In This Topic
    Indicates whether the provided object is a numeric type or can only be graphed by a SummaryFunction.Count.
    Syntax
    'Declaration
     
    
    Public Shared Function IsNumericValueType( _
       ByVal type As Type _
    ) As Boolean
    public static bool IsNumericValueType( 
       Type type
    )

    Parameters

    type
    The type to be verified.

    Return Value

    True if the supplied type is mathematically graphable, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also