Tanoda
Leap.Unity.Tests.BitConverterTests Class Reference

Public Member Functions

void SetUp ()
 
void TestToUInt16 ()
 
void TestFromUInt16 ()
 
void TestToInt16 ()
 
void TestFromInt16 ()
 
void TestToUInt32 ()
 
void TestFromUInt32 ()
 
void TestToInt32 ()
 
void TestFromInt32 ()
 
void TestToUInt64 ()
 
void TestFromUInt64 ()
 
void TestToInt64 ()
 
void TestFromInt64 ()
 
void TestToSingle ()
 
void TestFromSingle ()
 
void TestToDouble ()
 
void TestFromDouble ()
 

Detailed Description

Definition at line 15 of file BitConverterNonAllocTests.cs.

Member Function Documentation

◆ SetUp()

void Leap.Unity.Tests.BitConverterTests.SetUp ( )

Definition at line 20 of file BitConverterNonAllocTests.cs.

◆ TestFromDouble()

void Leap.Unity.Tests.BitConverterTests.TestFromDouble ( )

Definition at line 176 of file BitConverterNonAllocTests.cs.

◆ TestFromInt16()

void Leap.Unity.Tests.BitConverterTests.TestFromInt16 ( )

Definition at line 56 of file BitConverterNonAllocTests.cs.

◆ TestFromInt32()

void Leap.Unity.Tests.BitConverterTests.TestFromInt32 ( )

Definition at line 96 of file BitConverterNonAllocTests.cs.

◆ TestFromInt64()

void Leap.Unity.Tests.BitConverterTests.TestFromInt64 ( )

Definition at line 136 of file BitConverterNonAllocTests.cs.

◆ TestFromSingle()

void Leap.Unity.Tests.BitConverterTests.TestFromSingle ( )

Definition at line 156 of file BitConverterNonAllocTests.cs.

◆ TestFromUInt16()

void Leap.Unity.Tests.BitConverterTests.TestFromUInt16 ( )

Definition at line 36 of file BitConverterNonAllocTests.cs.

◆ TestFromUInt32()

void Leap.Unity.Tests.BitConverterTests.TestFromUInt32 ( )

Definition at line 76 of file BitConverterNonAllocTests.cs.

◆ TestFromUInt64()

void Leap.Unity.Tests.BitConverterTests.TestFromUInt64 ( )

Definition at line 116 of file BitConverterNonAllocTests.cs.

◆ TestToDouble()

void Leap.Unity.Tests.BitConverterTests.TestToDouble ( )

Definition at line 168 of file BitConverterNonAllocTests.cs.

◆ TestToInt16()

void Leap.Unity.Tests.BitConverterTests.TestToInt16 ( )

Definition at line 48 of file BitConverterNonAllocTests.cs.

◆ TestToInt32()

void Leap.Unity.Tests.BitConverterTests.TestToInt32 ( )

Definition at line 88 of file BitConverterNonAllocTests.cs.

◆ TestToInt64()

void Leap.Unity.Tests.BitConverterTests.TestToInt64 ( )

Definition at line 128 of file BitConverterNonAllocTests.cs.

◆ TestToSingle()

void Leap.Unity.Tests.BitConverterTests.TestToSingle ( )

Definition at line 148 of file BitConverterNonAllocTests.cs.

◆ TestToUInt16()

void Leap.Unity.Tests.BitConverterTests.TestToUInt16 ( )

Definition at line 28 of file BitConverterNonAllocTests.cs.

◆ TestToUInt32()

void Leap.Unity.Tests.BitConverterTests.TestToUInt32 ( )

Definition at line 68 of file BitConverterNonAllocTests.cs.

◆ TestToUInt64()

void Leap.Unity.Tests.BitConverterTests.TestToUInt64 ( )

Definition at line 108 of file BitConverterNonAllocTests.cs.


The documentation for this class was generated from the following file: