-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Memory
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
The utility class for working with arrays of primitive types.
System.Object
CodeJam.Memory
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class Memory
VB
Public NotInheritable Class Memory
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Memory = class end
The Memory type exposes the following members.
Name | Description | |
---|---|---|
Compare | Determines whether the first count of bytes of the p1 is equal to the p2. | |
CompareInline | Determines whether the first count of bytes of the p1 is equal to the p2. |