Skip to content

T_CodeJam_Memory

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

Memory Class

The utility class for working with arrays of primitive types.

Inheritance Hierarchy

System.Object
  CodeJam.Memory
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class Memory

VB

Public NotInheritable Class Memory

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Memory =  class end

The Memory type exposes the following members.

Methods

 

Name Description
Public methodStatic member Compare Determines whether the first count of bytes of the p1 is equal to the p2.
Public methodStatic member CompareInline Determines whether the first count of bytes of the p1 is equal to the p2.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally