-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_Memory
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
The utility class for working with arrays of primitive types.
System.Object
CodeJam.Memory
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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. |