Show / Hide Table of Contents

    Class ByteConstants

    Handy class for being able to use pre-calculated constant values for computing byte sizes

    Inheritance
    System.Object
    ByteConstants
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: NBench
    Assembly: NBench.dll
    Syntax
    public static class ByteConstants

    Fields

    EightKb

    Declaration
    public const long EightKb = 8192L
    Field Value
    Type Description
    System.Int64

    SixteenKb

    Declaration
    public const long SixteenKb = 16384L
    Field Value
    Type Description
    System.Int64

    SixtyFourKb

    Declaration
    public const long SixtyFourKb = 65536L
    Field Value
    Type Description
    System.Int64

    ThirtyTwoKb

    Declaration
    public const long ThirtyTwoKb = 32768L
    Field Value
    Type Description
    System.Int64
    Back to top Copyright © 2015-2020 Petabridge™, LLC