IFloatingPointIeee754<TSelf>.Ieee754Remainder(TSelf, TSelf) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算 IEEE 754 所指定兩個值的其餘部分。
public:
static TSelf Ieee754Remainder(TSelf left, TSelf right);
public static abstract TSelf Ieee754Remainder (TSelf left, TSelf right);
static member Ieee754Remainder : 'Self * 'Self -> 'Self
Public Shared Function Ieee754Remainder (left As TSelf, right As TSelf) As TSelf
參數
- left
- TSelf
除法的值 right
。
- right
- TSelf
除以 left
的值。
傳回
TSelf
的 left
餘數除 right
以 IEEE 754 所指定。