BitConverter.IsLittleEndian フィールドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > BitConverter.IsLittleEndian フィールドの意味・解説 

BitConverter.IsLittleEndian フィールド

このコンピュータ アーキテクチャデータ格納される際のバイト順 ("エンディアン") を示します

名前空間: System
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Shared ReadOnly IsLittleEndian
 As Boolean
Dim value As Boolean

value = BitConverter.IsLittleEndian
public static readonly bool
 IsLittleEndian
public:
static initonly bool IsLittleEndian
public static final boolean IsLittleEndian
解説解説
使用例使用例

IsLittleEndian フィールド使用方法については、次のコード例参照してください

' Example of the BitConverter.IsLittleEndian field.
Imports System
Imports Microsoft.VisualBasic

Module LittleEndDemo
    Sub Main( )
        Console.WriteLine( _
            "This example of the BitConverter.IsLittleEndian "
 & _
            "field generates " & vbCrLf &
 "the following output " & _
            "when run on x86-class computers." &
 vbCrLf )
        Console.WriteLine( "IsLittleEndian:  {0}",
 _
            BitConverter.IsLittleEndian )
    End Sub 
End Module

' This example of the BitConverter.IsLittleEndian field generates
' the following output when run on x86-class computers.
'
' IsLittleEndian:  True
// Example of the BitConverter.IsLittleEndian field.
using System;

class LittleEndDemo
{
    public static void Main(
 )
    {
        Console.WriteLine( 
            "This example of the BitConverter.IsLittleEndian field " +
            "generates \nthe following output when run on " +
            "x86-class computers.\n");
        Console.WriteLine( "IsLittleEndian:  {0}", 
            BitConverter.IsLittleEndian );
    }
}

/*
This example of the BitConverter.IsLittleEndian field generates
the following output when run on x86-class computers.

IsLittleEndian:  True
*/
// Example of the BitConverter::IsLittleEndian field.
using namespace System;
int main()
{
   Console::WriteLine( "This example of the BitConverter::IsLittleEndian field
 "
   "generates \nthe following output when run on "
   "x86-class computers.\n" );
   Console::WriteLine( "IsLittleEndian:  {0}", BitConverter::IsLittleEndian
 );
}

/*
This example of the BitConverter::IsLittleEndian field generates
the following output when run on x86-class computers.

IsLittleEndian:  True
*/
// Example of the BitConverter.IsLittleEndian field.
import System.*;

class LittleEndDemo
{
    public static void main(String[]
 args)
    {
        Console.WriteLine(("This example of the BitConverter.IsLittleEndian
 "
            + "field generates \nthe following output when run on " 
            + "x86-class computers.\n"));
        Console.Write("IsLittleEndian:  ");
        Console.WriteLine(BitConverter.IsLittleEndian);
    } //main
} //LittleEndDemo

/*
This example of the BitConverter.IsLittleEndian field generates
the following output when run on x86-class computers.

IsLittleEndian:  True
*/
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

BitConverter.IsLittleEndian フィールドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



BitConverter.IsLittleEndian フィールドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS