Operators.IntDivideObject(Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Visual Basic tamsayı bölme (\) işlecini temsil eder.
Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.
public:
static System::Object ^ IntDivideObject(System::Object ^ Left, System::Object ^ Right);
public static object IntDivideObject(object Left, object Right);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")]
public static object? IntDivideObject(object? Left, object? Right);
public static object? IntDivideObject(object? Left, object? Right);
static member IntDivideObject : obj * obj -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member IntDivideObject : obj * obj -> obj
Public Shared Function IntDivideObject (Left As Object, Right As Object) As Object
Parametreler
- Left
- Object
Gerekli. Herhangi bir sayısal ifade.
- Right
- Object
Gerekli. Herhangi bir sayısal ifade.
Döndürülenler
öğesinin LeftRightbölme ölçütü olan ve kalanları atıp yalnızca tamsayı bölümünü koruyan tamsayı bölümü.
- Öznitelikler
Açıklamalar
Bu sınıf Visual Basic derleyicisini destekler ve doğrudan kodunuzdan kullanılmak üzere tasarlanmamıştır.